mirror of https://github.com/helix-editor/helix
fix: string.regex{=>p}
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…
Reference in New Issue