Files
tree-sitter-shellspec/tree-sitter.json
Ismo Vuorinen e974a69676 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.
2026-01-04 15:33:15 +02:00

39 lines
731 B
JSON

{
"grammars": [
{
"name": "shellspec",
"camelcase": "Shellspec",
"scope": "source.shellspec",
"path": ".",
"file-types": [
"shellspec"
],
"highlights": [
"queries/highlights.scm"
],
"injection-regex": "shellspec"
}
],
"metadata": {
"version": "0.1.0",
"license": "MIT",
"description": "ShellSpec grammar for tree-sitter (extends bash)",
"authors": [
{
"name": "Ismo Vuorinen"
}
],
"links": {
"repository": "https://github.com/ivuorinen/tree-sitter-shellspec"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": true
}
}