Ticket #3893: fix markdown.syntax that doesn't work well for complex files
commit729f6eef9c928748e2b5b3b427be6c885b0c965a
authorSergey Naumov <snaumov@quantenna.com>
Fri, 19 Jan 2018 09:10:20 +0000 (19 12:10 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Wed, 9 May 2018 15:12:42 +0000 (9 18:12 +0300)
tree654b27d1c1658dfd7d6e0d5d8b275221b33637ee
parentbfa94e280f4d1ddb49bc3b3d76f42bad6138f140
Ticket #3893: fix markdown.syntax that doesn't work well for complex files

* Asterisk and underscore contexts don't play well with lists or
  words containing underscores. And given that markdown files
  could contain not only ASCII text, it is better to be conservative
  in detecting contexts.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
misc/syntax/markdown.syntax