mawww / kakoune

mawww's experiment for a better code editor
http://kakoune.org
The Unlicense
9.7k stars 705 forks source link

[BUG] markdown highlighting cannot parse `` correctly #5167

Open iacore opened 2 months ago

iacore commented 2 months ago

Version of Kakoune

Kakoune v2023.08.05

Reproducer

echo "hi `` there" > /tmp/a.md
kak /tmp/a.md

Outcome

there is colored as code.

Expectations

there should be colored as text.

Additional information

No response