vimwiki/syntax
Tinmarino a1f1b9c290 Syntax: Stricter italic match: match '_that_' not 'a_ that _a'
See: https://github.github.com/gfm/#emphasis-and-strong-emphasis

`A single * character can open emphasis iff (if and only if) it is part of a left-flanking delimiter run.`

Tim Pope default is too permissive (leads to too much emphasis openener): `\S\@<=_\|_\S\@=` -> `_\S\@=`
2020-08-09 16:29:39 -04:00
..
vimwiki_default.vim Syntax: Stricter italic match: match '_that_' not 'a_ that _a' 2020-08-09 16:29:39 -04:00
vimwiki_html.vim Refactor: Syntax as region (code, eq, sub, sup, strike) => Fix (Issue #709) 2020-08-03 18:45:46 -04:00
vimwiki_markdown_custom.vim Bugfix: file extension for markdown is syntax wide (#895) 2020-06-02 01:33:06 +02:00
vimwiki_markdown.vim Config: Permit tag configuration for syntax, search and match (Issue #922 #928) 2020-08-08 04:06:20 -04:00
vimwiki_media.vim Config: Permit tag configuration for syntax, search and match (Issue #922 #928) 2020-08-08 04:06:20 -04:00
vimwiki.vim Config: Permit tag configuration for syntax, search and match (Issue #922 #928) 2020-08-08 04:06:20 -04:00