Skip to content

Commit 281fe70

Browse files
committed
Fix not equal highlighting
1 parent bc6c825 commit 281fe70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const highlighters = [
2525
},
2626
{
2727
name: 'special',
28-
regex: /(=|%|\/|\*|-|,|;|:|\+|<|>)/g
28+
regex: /(=|!=|%|\/|\*|-|,|;|:|\+|<|>)/g
2929
},
3030
{
3131
name: 'function',

0 commit comments

Comments
 (0)