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:
Ben Kunkle
2025-04-29 18:30:58 +00:00
committed by GitHub
co-authored by Conrad Anthony
parent 386970c29a
commit 2973bf188b
-1
View File
@@ -3,4 +3,3 @@
("{" @open "}" @close)
("\"" @open "\"" @close)
("`" @open "`" @close)
((raw_string) @open @close)