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 c34975e commit a155a63Copy full SHA for a155a63
2 files changed
WoW Lua.sublime-syntax
@@ -24,9 +24,9 @@ variables:
24
# special
25
index|newindex|call|tostring|len|i?pairs|gc
26
# math operators
27
- |unm|add|sub|mul|i?div|mod|pow|concat
+ |unm|add|sub|mul|(?# i?)div|mod|pow|concat
28
# bitwise operators
29
- |band|bor|bxor|bnot|shl|shr
+ (?# |band|bor|bxor|bnot|shl|shr)
30
# comparison
31
|eq|lt|le
32
){{identifier_break}})
WoW XML.sublime-syntax
0 commit comments