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 f126fba commit c5a50a5Copy full SHA for c5a50a5
syntaxes/lpp.tmLanguage
@@ -333,7 +333,7 @@
333
<!-- Operators -->
334
<dict>
335
<key>match</key>
336
- <string>\b(and|or|not)\b|\|\||&&|&|\||\+|-|%|#|,|\{|\}|\[|\]|\*|\/|\^|==?|~=|!=|<=?|>=?|(?<!\.)\.{2}(?!\.)</string>
+ <string>\b(and|or|not)\b|\|\||&&|&|\||\+|\+\+|\+=|-=|\*=|\/=|&.|-|%|#|,|\{|\}|\[|\]|\*|\/|\^|==?|~=|!=|<=?|>=?|(?<!\.)\.{2}(?!\.)</string>
337
<key>name</key>
338
<string>keyword.operator.lua</string>
339
</dict>
0 commit comments