Use @string.regex to highlight regex's

This commit is contained in:
delphinus 2021-08-30 12:36:55 +09:00 committed by Stephan Seitz
parent ae9a9d60f1
commit 0aaf937802

View file

@ -129,11 +129,14 @@
(string_double_quoted)
(string_qq_quoted)
(bareword)
(transliteration_tr_or_y)
] @string
[
(regex_pattern_qr)
(patter_matcher_m)
(substitution_pattern_s)
(transliteration_tr_or_y)
] @string
] @string.regex
(escape_sequence) @string.escape