mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -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
|
(float_literal) @float
|
||||||
|
|
||||||
[
|
[
|
||||||
(char_literal)
|
|
||||||
(raw_string_literal)
|
(raw_string_literal)
|
||||||
(string_literal)
|
(string_literal)
|
||||||
] @string
|
] @string
|
||||||
(escape_sequence) @string.escape
|
(escape_sequence) @string.escape
|
||||||
|
(char_literal) @character
|
||||||
|
|
||||||
|
|
||||||
;;; Keywords
|
;;; Keywords
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue