Skip to content

Commit a155a63

Browse files
committed
Syntax meta changes for Lua 5.1
1 parent c34975e commit a155a63

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WoW Lua.sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ variables:
2424
# special
2525
index|newindex|call|tostring|len|i?pairs|gc
2626
# math operators
27-
|unm|add|sub|mul|i?div|mod|pow|concat
27+
|unm|add|sub|mul|(?# i?)div|mod|pow|concat
2828
# bitwise operators
29-
|band|bor|bxor|bnot|shl|shr
29+
(?# |band|bor|bxor|bnot|shl|shr)
3030
# comparison
3131
|eq|lt|le
3232
){{identifier_break}})

WoW XML.sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ variables:
2424
# special
2525
index|newindex|call|tostring|len|i?pairs|gc
2626
# math operators
27-
|unm|add|sub|mul|i?div|mod|pow|concat
27+
|unm|add|sub|mul|(?# i?)div|mod|pow|concat
2828
# bitwise operators
29-
|band|bor|bxor|bnot|shl|shr
29+
(?# |band|bor|bxor|bnot|shl|shr)
3030
# comparison
3131
|eq|lt|le
3232
){{identifier_break}})

0 commit comments

Comments
 (0)