fix: Highlight `'x'` as a character in Go

pull/13869/head
Nik Revenco 2025-06-24 21:04:20 +01:00 committed by Michael Davis
parent 0d799235f6
commit b036fa0b9b
1 changed files with 2 additions and 1 deletions

View File

@ -180,9 +180,10 @@
[
(interpreted_string_literal)
(raw_string_literal)
(rune_literal)
] @string
(rune_literal) @constant.character
(escape_sequence) @constant.character.escape
[