Syntax definitions

This commit is contained in:
Ivan Tishchenko
2015-01-05 01:44:24 +03:00
parent a01290160c
commit 4f639cebee
2 changed files with 6 additions and 0 deletions

View File

@ -95,3 +95,4 @@ let g:vimwiki_rxMathStart = '{{\$'
let g:vimwiki_rxMathEnd = '}}\$'
let g:vimwiki_rxComment = '^\s*%%.*$'
let g:vimwiki_rxTags = ':\([^:[:space:]]\+:\)\+'