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:
co-authored by
Marshall Bowers
parent
b19356ac69
commit
26f2369fa6
@@ -137,6 +137,7 @@
|
||||
":"
|
||||
"::"
|
||||
";"
|
||||
(raw_string_delimiter)
|
||||
] @punctuation.delimiter
|
||||
|
||||
[
|
||||
|
||||
@@ -5,3 +5,7 @@
|
||||
(preproc_function_def
|
||||
value: (preproc_arg) @content
|
||||
(#set! "language" "c++"))
|
||||
|
||||
(raw_string_literal
|
||||
delimiter: (raw_string_delimiter) @language
|
||||
(raw_string_content) @content)
|
||||
|
||||
Reference in New Issue
Block a user