File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 677677 ]
678678 },
679679 "locomotor-types" : {
680- "begin" : " \\ s*\\ b(SET_NORMAL|SET_SUPERSONIC|SET_SLUGGISH|SET_TAXIING|SET_PANIC|SET_WANDER|SET_FREEFALL|SET_NORMAL_UPGRADED)\\ s*" ,
680+ "begin" : " \\ s*\\ b(SET_NORMAL|SET_SUPERSONIC|SET_SLUGGISH|SET_TAXIING|SET_PANIC|SET_WANDER|SET_FREEFALL|SET_NORMAL_UPGRADED)\\ s*([a-zA-Z][ \\ w_]+)?$ " ,
681681 "beginCaptures" : {
682682 "1" : {
683683 "name" : " variable.other.constant.ini"
684684 },
685685 "2" : {
686686 "name" : " string.unquoted.ini"
687+ },
688+ "3" : {
689+ "name" : " string.unquoted.ini"
687690 }
688691 },
689- "end" : " (?!\\ G)" ,
690- "patterns" : [
691- {
692- "include" : " #string"
693- }
694- ]
692+ "end" : " (?!\\ G)"
695693 },
696694 "weapon-types-turret" : {
697695 "match" : " \\ s*([a-zA-Z][\\ w%]+)\\ s*(\\ =)(\\ s*\\ b(PRIMARY|SECONDARY|TERTIARY))+" ,
706704 "name" : " variable.other.constant.ini"
707705 },
708706 "weapon-types" : {
709- "begin" : " (\\ s*\\ b(PRIMARY|SECONDARY|TERTIARY))+ \\ s*" ,
707+ "begin" : " (\\ s*\\ b(PRIMARY|SECONDARY|TERTIARY))\\ s*" ,
710708 "beginCaptures" : {
711709 "1" : {
712710 "name" : " variable.other.constant.ini"
You can’t perform that action at this time.
0 commit comments