mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
Fix #286: Highlight C++ raw_string_literal
This commit is contained in:
parent
7806b16cc2
commit
c41b6e9197
1 changed files with 4 additions and 0 deletions
|
|
@ -74,6 +74,10 @@
|
||||||
(true) @boolean
|
(true) @boolean
|
||||||
(false) @boolean
|
(false) @boolean
|
||||||
|
|
||||||
|
; Literals
|
||||||
|
|
||||||
|
(raw_string_literal) @string
|
||||||
|
|
||||||
; Keywords
|
; Keywords
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue