Add texItalStyle to texParen cluster (fixes #274)

This commit is contained in:
Karl Yngve Lervåg 2015-11-11 20:56:01 +01:00
parent 8e20670337
commit 8c48409a7e

View File

@ -16,6 +16,7 @@ if has('conceal') && get(g:, 'tex_conceal', 'b') =~# 'b'
syntax region texItalStyle syntax region texItalStyle
\ matchgroup=texTypeStyle start="\\emph\s*{" end="}" \ matchgroup=texTypeStyle start="\\emph\s*{" end="}"
\ concealends contains=@texItalGroup \ concealends contains=@texItalGroup
syntax cluster texMatchGroup add=texItalStyle
endif endif
" }}}1 " }}}1