Fixed #506: Syntax group for help text in ToL
This commit is contained in:
parent
44e605dbf2
commit
b076d2f72a
@ -123,13 +123,13 @@ endfunction
|
||||
|
||||
" }}}1
|
||||
function! s:index_syntax() dict " {{{1
|
||||
syntax match VimtexLabelsHelp /^.*: .*/
|
||||
syntax match VimtexLabelsLine /^.*$/ contains=@Tex
|
||||
syntax match VimtexLabelsChap /^chap:.*$/ contains=@Tex
|
||||
syntax match VimtexLabelsEq /^eq:.*$/ contains=@Tex
|
||||
syntax match VimtexLabelsFig /^fig:.*$/ contains=@Tex
|
||||
syntax match VimtexLabelsSec /^sec:.*$/ contains=@Tex
|
||||
syntax match VimtexLabelsTab /^tab:.*$/ contains=@Tex
|
||||
syntax match VimtexLabelsHelp /^.*: .*/
|
||||
endfunction
|
||||
|
||||
" }}}1
|
||||
|
Loading…
Reference in New Issue
Block a user