File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ patterns:
1919- match : (?i)(\b[0-9]*:)(?=$|\s)
2020 name : entity.name.function.gdl
2121
22- - match : (?i)(\+|\-|\^|\*{1,2}|\/|\=|<|>|<\=|>\=|<>|\#)|(?<=^|\s)(MOD|%|AND|&|OR|\||EXOR|\@|NOT )(?=$|\s|\()
22+ - match : (?i)(\+|\-|\^|\*{1,2}|\/|\=|<|>|<\=|>\=|<>|\#)|(?<=^|\s)(MOD|%|AND|&|OR|\||EXOR|\@)(?=$|\s|\()
2323 name : keyword.operator.gdl
2424
2525- match : (?i)(?<=^|\s)(FOR|TO|STEP|NEXT|DO|WHILE|ENDWHILE|REPEAT|UNTIL|IF|THEN|ELSE|ENDIF|GOTO|GOSUB|RETURN|END|EXIT|BREAKPOINT)(?=$|\s)
@@ -28,7 +28,7 @@ patterns:
2828- match : (?i)(?<=^|\s)(ADD[2XYZ]?|ROT[2XYZ]?|MUL[2XYZ]?|XFORM|DEL(\sTOP)?)(?=$|\s|\+|\-|\^|\*{1,2}|\/|\=|<|>|<\=|>\=|<>|\#)
2929 name : keyword.gdl.transform
3030
31- - match : (?i)(\b)(ABS|CEIL|INT|FRA|ROUND_INT|SGN|ACS|ASN|ATN|COS|SIN|TAN|PI|EXP|LGT|LOG|SQR|MAX|MIN|RND|STR(\{2\})?|SPLIT|STW|STRLEN|STRSTR|STRSUB|VARDIM[12]|DIM|BITTEST|BITSET|REQ((UEST)(\{2\})?)?|IND|NTR|VARTYPE)(\b)
31+ - match : (?i)(\b)(NOT| ABS|CEIL|INT|FRA|ROUND_INT|SGN|ACS|ASN|ATN|COS|SIN|TAN|PI|EXP|LGT|LOG|SQR|MAX|MIN|RND|STR(\{2\})?|SPLIT|STW|STRLEN|STRSTR|STRSUB|VARDIM[12]|DIM|BITTEST|BITSET|REQ((UEST)(\{2\})?)?|IND|NTR|VARTYPE)(\b)
3232 name : keyword.other.special-method.gdl.functions
3333
3434- match : (?i)(?<=^|\s)((LINE|RECT|ARC|CIRCLE|WALLINE|WALLARC)2|SPLINE2[A]?|(PICTURE|WALLHOLE|WALLBLOCK)2(\{2\})?|POLY2(_?(A|B(\{[2-5]\})?)?))(?=$|\s)
Original file line number Diff line number Diff line change 3939 </dict >
4040 <dict >
4141 <key >match </key >
42- <string >(?i)(\+|\-|\^|\*{1,2}|\/|\=|< |> |< \=|> \=|<> |\#)|(?< =^|\s)(MOD|%|AND|& |OR|\||EXOR|\@|NOT )(?=$|\s|\() </string >
42+ <string >(?i)(\+|\-|\^|\*{1,2}|\/|\=|< |> |< \=|> \=|<> |\#)|(?< =^|\s)(MOD|%|AND|& |OR|\||EXOR|\@)(?=$|\s|\() </string >
4343 <key >name </key >
4444 <string >keyword.operator.gdl </string >
4545 </dict >
5757 </dict >
5858 <dict >
5959 <key >match </key >
60- <string >(?i)(\b)(ABS|CEIL|INT|FRA|ROUND_INT|SGN|ACS|ASN|ATN|COS|SIN|TAN|PI|EXP|LGT|LOG|SQR|MAX|MIN|RND|STR(\{2\})?|SPLIT|STW|STRLEN|STRSTR|STRSUB|VARDIM[12]|DIM|BITTEST|BITSET|REQ((UEST)(\{2\})?)?|IND|NTR|VARTYPE)(\b) </string >
60+ <string >(?i)(\b)(NOT| ABS|CEIL|INT|FRA|ROUND_INT|SGN|ACS|ASN|ATN|COS|SIN|TAN|PI|EXP|LGT|LOG|SQR|MAX|MIN|RND|STR(\{2\})?|SPLIT|STW|STRLEN|STRSTR|STRSUB|VARDIM[12]|DIM|BITTEST|BITSET|REQ((UEST)(\{2\})?)?|IND|NTR|VARTYPE)(\b) </string >
6161 <key >name </key >
6262 <string >keyword.other.special-method.gdl.functions </string >
6363 </dict >
You can’t perform that action at this time.
0 commit comments