Revert "Make apostrophes not brackets in markdown (#46414)" (#47396)

This reverts commit 8842cc696f.


1062e2c5a9
was landed interim which has a test that's broken now.

Something-something build queue.

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2026-01-22 18:21:25 +02:00 committed by GitHub
parent d2070975fe
commit 4eff8975d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,4 +3,5 @@
("{" @open "}" @close)
(("\"" @open "\"" @close) (#set! rainbow.exclude))
(("`" @open "`" @close) (#set! rainbow.exclude))
(("'" @open "'" @close) (#set! rainbow.exclude))
(((fenced_code_block_delimiter) @open (fenced_code_block_delimiter) @close) (#set! rainbow.exclude))