mirror of
https://github.com/ivuorinen/tree-sitter-shellspec.git
synced 2026-01-26 03:34:03 +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": [
|
||||
"queries/highlights.scm"
|
||||
],
|
||||
"locals": [
|
||||
"queries/locals.scm"
|
||||
],
|
||||
"injection-regex": "shellspec"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user