Inintal commit

This commit is contained in:
2026-02-14 15:05:12 +01:00
commit 625297106e
21 changed files with 75105 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"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
}
}