Skip to content

Commit 3854fa8

Browse files
authored
fix syntax highlighting for ! and != (#9)
1 parent 142ca02 commit 3854fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/solidity.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
]
195195
},
196196
"operator-logic": {
197-
"match": "(==|<(?!<)|<=|>(?!>)|>=|\\&\\&|\\|\\||\\:(?!=)|\\?)",
197+
"match": "(==|\\!=|<(?!<)|<=|>(?!>)|>=|\\&\\&|\\|\\||\\:(?!=)|\\?|\\!)",
198198
"name": "keyword.operator.logic"
199199
},
200200
"operator-mapping": {

0 commit comments

Comments
 (0)