We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f24d6 commit 650d70bCopy full SHA for 650d70b
syntaxes/objectscript-class.tmLanguage.json
@@ -508,12 +508,16 @@
508
}
509
},
510
"patterns": [
511
+ {
512
+ "match": "(?i)\\b(Output|ByRef)\\b",
513
+ "name": "keyword.objectscript_class"
514
+ },
515
{
516
"include": "#as"
517
518
519
"match": "[a-zA-Z][a-zA-Z0-9]*",
- "name": "variable.name.objectscrip"
520
+ "name": "variable.name.objectscript"
521
522
523
"include": "source.objectscript#constants"
0 commit comments