Fix types

This commit is contained in:
Chinmay Dalal 2020-06-15 23:23:17 +05:30 committed by GitHub
parent 6a7ad3f011
commit a6c426b2bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,9 +81,9 @@
(hex_integer_literal) @number
(decimal_integer_literal) @number
(octal_integer_literal) @number
(decimal_floating_point_literal) @number
(hex_floating_point_literal) @number
(character_literal) @string
(decimal_floating_point_literal) @float
(hex_floating_point_literal) @float
(character_literal) @character
(string_literal) @string
(null_literal) @constant.builtin