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
(super) @variable.builtin
(true) @constant.builtin
(false) @constant.builtin
(true) @boolean
(false) @boolean
(null) @constant.builtin
(comment) @comment
(string) @string