Inintal commit
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user