mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
chore(solidity): add highlight queries
This commit is contained in:
parent
b8313da5a8
commit
d9cf62e7e2
@ -12,6 +12,8 @@
|
||||
(unicode_string_literal)
|
||||
(yul_string_literal)
|
||||
] @string
|
||||
(hex_string_literal "hex" @string.special.symbol)
|
||||
(unicode_string_literal "unicode" @string.special.symbol)
|
||||
[
|
||||
(number_literal)
|
||||
(yul_decimal_number)
|
||||
@ -20,6 +22,7 @@
|
||||
[
|
||||
(true)
|
||||
(false)
|
||||
(yul_boolean)
|
||||
] @constant.builtin.boolean
|
||||
|
||||
(comment) @comment
|
||||
|
Loading…
Reference in New Issue
Block a user