Skip to content

Commit c5a50a5

Browse files
committed
Add custom operators
1 parent f126fba commit c5a50a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/lpp.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
<!-- Operators -->
334334
<dict>
335335
<key>match</key>
336-
<string>\b(and|or|not)\b|\|\||&amp;&amp;|&amp;|\||\+|-|%|#|,|\{|\}|\[|\]|\*|\/|\^|==?|~=|!=|&lt;=?|&gt;=?|(?&lt;!\.)\.{2}(?!\.)</string>
336+
<string>\b(and|or|not)\b|\|\||&amp;&amp;|&amp;|\||\+|\+\+|\+=|-=|\*=|\/=|&amp;.|-|%|#|,|\{|\}|\[|\]|\*|\/|\^|==?|~=|!=|&lt;=?|&gt;=?|(?&lt;!\.)\.{2}(?!\.)</string>
337337
<key>name</key>
338338
<string>keyword.operator.lua</string>
339339
</dict>

0 commit comments

Comments
 (0)