Skip to content

Commit

Permalink
Added texSagetexArg to mathzone ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
shivangp76 committed Apr 20, 2024
1 parent b88f47d commit 12a9a69
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions autoload/vimtex/syntax/p/sagetex.vim
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ function! vimtex#syntax#p#sagetex#load(cfg) abort " {{{1
highlight def link texCmdSagetex texCmd
endfunction

" }}}1
function! vimtex#syntax#p#sagetex#in_sage(...) abort " {{{1
return call('vimtex#syntax#in', ['texSagetex\(Arg\|Zone\)'] + a:000)
endfunction
call vimtex#syntax#add_to_mathzone_ignore('texSagetexArg')

" }}}1

0 comments on commit 12a9a69

Please sign in to comment.