add def file support
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user