add def file support

This commit is contained in:
2025-01-08 21:37:24 +01:00
parent 7428eb22cf
commit 3614f0cefb
7 changed files with 662 additions and 12 deletions
+16
View File
@@ -32,6 +32,17 @@
".cdl"
],
"configuration": "./language-configuration.json"
},
{
"id": "def",
"aliases": [
"NX DEF",
"def"
],
"extensions": [
".def"
],
"configuration": "./language-configuration.json"
}
],
"grammars": [
@@ -39,6 +50,11 @@
"language": "cdl",
"scopeName": "source.cdl",
"path": "./syntaxes/cdl.tmLanguage.json"
},
{
"language": "def",
"scopeName": "source.def",
"path": "./syntaxes/def.tmLanguage.json"
}
]
},