fix: string.regex{=>p}

pull/918/head
Michael Davis 3 years ago committed by Blaž Hrastnik
parent bf20e51044
commit 7e6ade9290

@ -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__

Loading…
Cancel
Save