manuskript/manuskript/ui/highlighters
Youness Alaoui caed3e9224 Fix crash when 7 pound signs are written alone on a line.
The code would look for trailing pound signs and would
count all the way to the beginning and beyond, resulting
in an out of bounds exception.
2019-02-10 09:54:50 -07:00
..
__init__.py Checkpoint: working highlighter. Optimization welcome. 2017-11-22 21:03:47 +01:00
basicHighlighter.py Make word match for spell check exclude underscore from words 2018-02-20 10:51:57 -07:00
markdownEnums.py Adds #233: highlighter for CriticMarkup 2017-11-26 21:23:34 +01:00
markdownHighlighter.py Adds "Sentence mode" to Focus mode. #259 2017-12-15 20:56:40 +01:00
markdownTokenizer.py Fix crash when 7 pound signs are written alone on a line. 2019-02-10 09:54:50 -07:00
MMDHighlighter.py Fix Python 3.6 DeprecationWarning invalid escape sequence messages 2018-11-16 12:52:56 -07:00