Add texItalStyle to texParen cluster (fixes #274)
This commit is contained in:
parent
8e20670337
commit
8c48409a7e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user