bash: Don't treat raw_string
as bracket (#29617)
Closes #29222 Release Notes: - Fixed a crash when inputting `ciq` in vim mode inside of a raw string in a bash file Co-authored-by: Conrad <conrad@zed.dev> Co-authored-by: Anthony <anthony@zed.dev>
This commit is contained in:
parent
386970c29a
commit
2973bf188b
1 changed files with 0 additions and 1 deletions
|
@ -3,4 +3,3 @@
|
||||||
("{" @open "}" @close)
|
("{" @open "}" @close)
|
||||||
("\"" @open "\"" @close)
|
("\"" @open "\"" @close)
|
||||||
("`" @open "`" @close)
|
("`" @open "`" @close)
|
||||||
((raw_string) @open @close)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue