Skip to content

Commit 48f128b

Browse files
Add scenegraph language support
1 parent 68b1748 commit 48f128b

File tree

2 files changed

+384
-0
lines changed

2 files changed

+384
-0
lines changed

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@
182182
},
183183
{
184184
"language": "brighterscript"
185+
},
186+
{
187+
"language": "scenegraph"
185188
}
186189
],
187190
"debuggers": [
@@ -582,6 +585,16 @@
582585
],
583586
"configuration": "./language-configuration.json"
584587
},
588+
{
589+
"id": "scenegraph",
590+
"extensions": [
591+
".xml"
592+
],
593+
"aliases": [
594+
"SceneGraph"
595+
],
596+
"configuration": "./language-configuration.json"
597+
},
585598
{
586599
"id": "Log",
587600
"aliases": [
@@ -620,6 +633,11 @@
620633
"language": "brighterscript",
621634
"scopeName": "source.brs",
622635
"path": "./syntaxes/brightscript.tmLanguage.json"
636+
},
637+
{
638+
"language": "scenegraph",
639+
"scopeName": "scenegraph.xml",
640+
"path": "./syntaxes/scenegraph.tmLanguage.json"
623641
}
624642
],
625643
"snippets": [

0 commit comments

Comments
 (0)