cpp: Add injection for raw string literals (#13726)
Release Notes: - N/A Before:  After:  --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
This commit is contained in:
parent
b19356ac69
commit
26f2369fa6
2 changed files with 5 additions and 0 deletions
|
@ -137,6 +137,7 @@
|
||||||
":"
|
":"
|
||||||
"::"
|
"::"
|
||||||
";"
|
";"
|
||||||
|
(raw_string_delimiter)
|
||||||
] @punctuation.delimiter
|
] @punctuation.delimiter
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
@ -5,3 +5,7 @@
|
||||||
(preproc_function_def
|
(preproc_function_def
|
||||||
value: (preproc_arg) @content
|
value: (preproc_arg) @content
|
||||||
(#set! "language" "c++"))
|
(#set! "language" "c++"))
|
||||||
|
|
||||||
|
(raw_string_literal
|
||||||
|
delimiter: (raw_string_delimiter) @language
|
||||||
|
(raw_string_content) @content)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue