32 lines
599 B
JSON
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
|
|
}
|
|
} |