kakoune/rc
Maxime Coste b27d4afa8d Regex: Only allow SyntaxCharacter and - to be escaped in a character class
Letting any character to be escaped is error prone as it looks like
\l could mean [:lower:] (as it used to with boost) when it only means
literal l.

Fix the haskell.kak file as well.

Fixes #1945
2018-03-20 04:57:47 +11:00
..
base Regex: Only allow SyntaxCharacter and - to be escaped in a character class 2018-03-20 04:57:47 +11:00
core asciidoc.kak: Fix highlighting of _itallic_ markup 2018-03-05 11:20:56 +11:00
extra Remove unused var in racer support 2018-03-18 10:46:46 +00:00