kakoune/rc
Maxime Coste 14f7d2637c Fix test and re-add triple_string support in python highlighting
Triple strings are now distinct from docstrings, triple strings
only preceeded by blanks on the line are considered docstrings.

Avoid highlighting of the closing marker using a lookahead, this
is not fully correct as it will break on a double quote triple
docstring containing a single quote triple string but that seems
improbable enough; if we encounter this in the wild we can split
the two docstring formats into separate regions.
2020-11-23 08:45:59 +11:00
..
detection rc modeline: Print the final command directly 2020-09-18 15:12:13 +03:00
filetype Fix test and re-add triple_string support in python highlighting 2020-11-23 08:45:59 +11:00
tools Merge remote-tracking branch 'ManDay/master' into master 2020-11-11 07:25:54 +11:00
windowing Merge remote-tracking branch 'listentolist/tmux-repl' into master 2020-11-08 14:53:38 +11:00