Skip to content

Commit 650d70b

Browse files
committed
ByRef|Output in highlighter closes #37
1 parent 41f24d6 commit 650d70b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

syntaxes/objectscript-class.tmLanguage.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,12 +508,16 @@
508508
}
509509
},
510510
"patterns": [
511+
{
512+
"match": "(?i)\\b(Output|ByRef)\\b",
513+
"name": "keyword.objectscript_class"
514+
},
511515
{
512516
"include": "#as"
513517
},
514518
{
515519
"match": "[a-zA-Z][a-zA-Z0-9]*",
516-
"name": "variable.name.objectscrip"
520+
"name": "variable.name.objectscript"
517521
},
518522
{
519523
"include": "source.objectscript#constants"

0 commit comments

Comments
 (0)