Skip to content

Commit

Permalink
Add scenegraph language support
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Jun 23, 2021
1 parent 68b1748 commit 48f128b
Show file tree
Hide file tree
Showing 2 changed files with 384 additions and 0 deletions.
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@
},
{
"language": "brighterscript"
},
{
"language": "scenegraph"
}
],
"debuggers": [
Expand Down Expand Up @@ -582,6 +585,16 @@
],
"configuration": "./language-configuration.json"
},
{
"id": "scenegraph",
"extensions": [
".xml"
],
"aliases": [
"SceneGraph"
],
"configuration": "./language-configuration.json"
},
{
"id": "Log",
"aliases": [
Expand Down Expand Up @@ -620,6 +633,11 @@
"language": "brighterscript",
"scopeName": "source.brs",
"path": "./syntaxes/brightscript.tmLanguage.json"
},
{
"language": "scenegraph",
"scopeName": "scenegraph.xml",
"path": "./syntaxes/scenegraph.tmLanguage.json"
}
],
"snippets": [
Expand Down
Loading

0 comments on commit 48f128b

Please sign in to comment.