Files
tia-lsp/tree-sitter.json
T
2026-02-14 15:05:12 +01:00

32 lines
599 B
JSON

{
"grammars": [
{
"name": "scl",
"camelcase": "SCL",
"scope": "source.scl",
"path": ".",
"file-types": [
"scl"
],
"highlights": "queries/highlights.scm"
}
],
"metadata": {
"version": "0.1.0",
"license": "MIT",
"description": "Siemens Structured Control Language (SCL) grammar for tree-sitter",
"authors": [
{
"name": "L-TECH"
}
],
"links": {
"repository": "https://github.com/l-techno/tree-sitter-scl"
}
},
"bindings": {
"c": true,
"node": true,
"rust": false
}
}