mirror of https://github.com/helix-editor/helix
fix: Highlight `'x'` as a character in Go
parent
0d799235f6
commit
b036fa0b9b
|
@ -180,9 +180,10 @@
|
|||
[
|
||||
(interpreted_string_literal)
|
||||
(raw_string_literal)
|
||||
(rune_literal)
|
||||
] @string
|
||||
|
||||
(rune_literal) @constant.character
|
||||
|
||||
(escape_sequence) @constant.character.escape
|
||||
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue