Skip to content

Commit abb637a

Browse files
Merge pull request intersystems-community#1011 from gjsjohnmurray/fix-1010
Hide `-injection` languages from selector (intersystems-community#1010)
2 parents 5cc5863 + 42003d2 commit abb637a

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

package-lock.json

Lines changed: 14 additions & 14 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)