Skip to content

Commit

Permalink
Moved mathzone ignore to inside load function
Browse files Browse the repository at this point in the history
  • Loading branch information
shivangp76 committed Apr 20, 2024
1 parent 12a9a69 commit feb0863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/vimtex/syntax/p/sagetex.vim
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ function! vimtex#syntax#p#sagetex#load(cfg) abort " {{{1
endfor
endfor

call vimtex#syntax#add_to_mathzone_ignore('texSagetexArg')

highlight def link texCmdSagetex texCmd
endfunction

call vimtex#syntax#add_to_mathzone_ignore('texSagetexArg')

" }}}1

0 comments on commit feb0863

Please sign in to comment.