Skip to content

Commit 67155b3

Browse files
authored
Add not operator for JS (#103)
1 parent 9d7f7f4 commit 67155b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

langs/queries/javascript/highlights.scm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@
104104
"="
105105
"=="
106106
"==="
107+
"!"
108+
"!="
107109
"!=="
108110
"=>"
109111
">"

0 commit comments

Comments
 (0)