mirror of
https://github.com/ivuorinen/tree-sitter-shellspec.git
synced 2026-02-24 17:55:56 +00:00
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:
@@ -11,9 +11,6 @@
|
|||||||
"highlights": [
|
"highlights": [
|
||||||
"queries/highlights.scm"
|
"queries/highlights.scm"
|
||||||
],
|
],
|
||||||
"locals": [
|
|
||||||
"queries/locals.scm"
|
|
||||||
],
|
|
||||||
"injection-regex": "shellspec"
|
"injection-regex": "shellspec"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user