Merge pull request #87 from steelsojka/fix/js-boolean-fix

fix(javascript): set booleans to boolean highlights
This commit is contained in:
Kiyan Yazdani 2020-06-15 23:15:15 +02:00 committed by GitHub
commit 81e8f3dbc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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