Skip to content

Commit 6296f90

Browse files
authored
Add comparison operators (#148)
1 parent ec09a0e commit 6296f90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

queries/highlights.scm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,17 @@
124124
"++"
125125
"+="
126126
"<"
127+
"<="
127128
"<<"
128129
"="
129130
"=="
130131
"==="
132+
"!"
133+
"!="
134+
"!=="
131135
"=>"
132136
">"
137+
">="
133138
">>"
134139
"||"
135140
] @operator

0 commit comments

Comments
 (0)