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 17f4d35 commit 7d7f7a9Copy full SHA for 7d7f7a9
syntaxes/ini.tmLanguage.json
@@ -372,6 +372,9 @@
372
}
373
},
374
"patterns": [
375
+ {
376
+ "include": "#weapon-types-turret"
377
+ },
378
{
379
"include": "#assignment"
380
@@ -690,6 +693,18 @@
690
693
691
694
]
692
695
696
+ "weapon-types-turret": {
697
+ "match": "\\s*([a-zA-Z][\\w%]+)\\s*(\\=)(\\s*\\b(PRIMARY|SECONDARY|TERTIARY))+",
698
+ "captures": {
699
+ "1": {
700
+ "name": "variable.parameter"
701
702
+ "2": {
703
+ "name": "keyword.operator.assignment.ini"
704
+ }
705
706
+ "name": "variable.other.constant.ini"
707
708
"weapon-types": {
709
"begin": "(\\s*\\b(PRIMARY|SECONDARY|TERTIARY))+\\s*",
710
"beginCaptures": {
0 commit comments