fix: string.regex{=>p}

This commit is contained in:
Michael Davis 2021-10-26 08:26:17 -05:00 committed by Blaž Hrastnik
parent bf20e51044
commit 7e6ade9290

View file

@ -121,9 +121,9 @@
(sigil
(sigil_name) @__name__
quoted_start: _ @string.regex
quoted_end: _ @string.regex
(#match? @__name__ "^[rR]$")) @string.regex
quoted_start: _ @string.regexp
quoted_end: _ @string.regexp
(#match? @__name__ "^[rR]$")) @string.regexp
(sigil
(sigil_name) @__name__