Skip to content

Commit 438f9f5

Browse files
committed
Hide -injection languages from selector (intersystems-community#1010)
1 parent 5cc5863 commit 438f9f5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,10 +613,12 @@
613613
"aliases": []
614614
},
615615
{
616-
"id": "objectscript-injection"
616+
"id": "objectscript-injection",
617+
"aliases": []
617618
},
618619
{
619-
"id": "objectscript-class-injection"
620+
"id": "objectscript-class-injection",
621+
"aliases": []
620622
}
621623
],
622624
"grammars": [

0 commit comments

Comments
 (0)