fix: remove non-existent locals.scm reference from tree-sitter.json

Remove queries/locals.scm from locals array as the file does not exist.
Only queries/highlights.scm is present in the repository.
This commit is contained in:
2025-12-11 19:54:52 +02:00
parent 4cc202c687
commit e974a69676

View File

@@ -11,9 +11,6 @@
"highlights": [
"queries/highlights.scm"
],
"locals": [
"queries/locals.scm"
],
"injection-regex": "shellspec"
}
],