This commit is contained in:
2025-11-16 14:56:14 +01:00
parent 56fb0982b4
commit 51984e297b
8 changed files with 376 additions and 357 deletions
+6 -1
View File
@@ -5,7 +5,9 @@ version = "0.1.0"
dependencies = [
"parsimonious~=0.10.0",
"pygls",
"rich"
"rich",
"tree-sitter>=0.24.0",
"tree-sitter-skill>=0.1.5",
]
[project.optional-dependencies]
@@ -35,3 +37,6 @@ include = "skillls"
[tools.ruff]
line-length = 100
include = ['ALL']
[tool.uv.sources]
tree-sitter-skill = { git = "ssh://git@git.acereca.net/acereca/tree-sitter-skill.git" }