kakoune/rc
Dan Rosén 5bc62c6942 Fix highlight references in Markdown fenced code blocks
Fixes #1735

We need \K to not interfer with languages own interpretation of ` like multiline strings in javascript

We need \b in e.g. java\b otherwise it blocks javascript

I couldn't get the bare ``` to not block the other highlighters when introducing \K any other way than negative lookahead of all possible highlighers
2017-12-10 23:00:26 +01:00
..
base Fix highlight references in Markdown fenced code blocks 2017-12-10 23:00:26 +01:00
core Merge remote-tracking branch 'danr/typescript-comment' 2017-12-07 10:46:26 +08:00
extra - Fix: proper escaping of kak_{session, client} 2017-12-06 02:30:42 +03:00