Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 31c7448

Browse files
authored
fix: syntax highlighting for !, !!, and != (#183)
1 parent 940b227 commit 31c7448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/grammar-tact.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
]
176176
},
177177
"operator-logic": {
178-
"match": "(==|<(?!<)|<=|>(?!>)|>=|\\&\\&|\\|\\||\\:(?!=)|\\?)",
178+
"match": "(==|<(?!<)|<=|>(?!>)|>=|\\&\\&|\\|\\||\\:(?!=)|\\?|!|!!|!=)",
179179
"name": "keyword.operator.logic"
180180
},
181181
"operator-mapping": {

0 commit comments

Comments
 (0)