Auto commit: 2024-11-08 02:30:01

This commit is contained in:
Daniel Fichtinger 2024-11-08 02:30:01 -05:00
parent fd789f1c62
commit 59b03189f9

View file

@ -31,6 +31,7 @@ vim.api.nvim_create_autocmd("FileType", {
" inline math
syn match math '\$[^$].\{-}\$' contained contains=@tex
syn include @tex syntax/tex.vim
hi link math @texMath
" actually highlight the region we defined as "math"
" hi link math Statement
]])