kakoune/test/regression/1920-crash-on-python-in-docstring
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
..
cmd Detect infinit recursion in reference highlighting 2018-03-11 11:44:10 +11:00
in Detect infinit recursion in reference highlighting 2018-03-11 11:44:10 +11:00
rc Add categories in rc/ 2019-03-21 01:06:16 +01:00
script Fix test and re-add triple_string support in python highlighting 2020-11-23 08:45:59 +11:00