mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -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
|
||||
(false) @boolean
|
||||
|
||||
; Literals
|
||||
|
||||
(raw_string_literal) @string
|
||||
|
||||
; Keywords
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue