fix: string.regex{=>p}
This commit is contained in:
parent
bf20e51044
commit
7e6ade9290
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue