kakoune/rc
SeerLite 3397737b16 rc markdown: Fix code fence regex
The invalid regex `)\b` currently matches anything, so this didn't cause
any errors.
It is still invalid though, so I fixed it by moving the `\b` to the end
of the non-raw_attribute language name (like the original regex). The
raw_attribute one shouldn't need this because the `}` marks the end of
the language name anyway.

Fixes #4025
2021-04-01 22:53:44 -03:00
..
detection Fix editorconfig incorrectly matching properties with prefixes 2021-02-04 08:40:22 +00:00
filetype rc markdown: Fix code fence regex 2021-04-01 22:53:44 -03:00
tools use lisp comments for scheme 2021-02-22 01:21:04 +13:00
windowing Merge remote-tracking branch 'Eluminae/wayland' 2021-03-23 21:50:27 +11:00