vimwiki/syntax
Tinmarino 39407014c8 Syntax: Stricter typeface and fix preCode (alias inline) nested in bold
Fix: Syntax bug precode nested in bold apperead bold

Problem:
1. `that_ HERE _was` italic
2. `__that ``HERE`` was__  bold => PreCode should not receive typeface
region changes

Solution:
1. Stricter regex (and add \* to VimwikiError)
2. Add VikiError and WikiPre to nestables syntaxes
2020-08-12 01:37:27 -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 Syntax: Stricter typeface and fix preCode (alias inline) nested in bold 2020-08-12 01:37:27 -04:00