fix(d): don't use string_literals

string_literals is not used in single argument template instances. The
nodes are from [1].

[1]: c2fbf21bd3/grammar.js (L536)
This commit is contained in:
Cezary Drożak 2021-10-17 13:25:18 +02:00 committed by Stephan Seitz
parent 272666ab95
commit 6cefdf3bab

View file

@ -34,10 +34,14 @@
"__PRETTY_FUNCTION__"
] @constant.macro
(string_literals) @string
; Don't highlight token strings as strings
(token_string_tokens) @none
[
(wysiwyg_string)
(alternate_wysiwyg_string)
(double_quoted_string)
(hex_string)
(delimited_string)
(token_string)
] @string
(character_literal) @character