mirror of
https://github.com/ivuorinen/tree-sitter-shellspec.git
synced 2026-01-26 03:34:03 +00:00
Remove queries/locals.scm from locals array as the file does not exist. Only queries/highlights.scm is present in the repository.
39 lines
731 B
JSON
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
|
|
}
|
|
}
|