fix(javascript): set booleans to boolean highlights

This commit is contained in:
Steven Sojka 2020-06-15 15:11:07 -05:00
parent dd7e67ddb4
commit a896f5579d

View file

@ -87,8 +87,8 @@
(this) @variable.builtin (this) @variable.builtin
(super) @variable.builtin (super) @variable.builtin
(true) @constant.builtin (true) @boolean
(false) @constant.builtin (false) @boolean
(null) @constant.builtin (null) @constant.builtin
(comment) @comment (comment) @comment
(string) @string (string) @string