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 14:30:58 -04:00 committed by GitHub
parent 386970c29a
commit 2973bf188b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,4 +3,3 @@
("{" @open "}" @close)
("\"" @open "\"" @close)
("`" @open "`" @close)
((raw_string) @open @close)