mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
rust(highlights): fix highlighting of char_literal
This commit is contained in:
parent
0004d7552f
commit
e6eeda7da9
1 changed files with 1 additions and 1 deletions
|
|
@ -151,11 +151,11 @@
|
|||
(float_literal) @float
|
||||
|
||||
[
|
||||
(char_literal)
|
||||
(raw_string_literal)
|
||||
(string_literal)
|
||||
] @string
|
||||
(escape_sequence) @string.escape
|
||||
(char_literal) @character
|
||||
|
||||
|
||||
;;; Keywords
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue