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

This commit is contained in:
Daniel Fichtinger 2024-11-08 02:25:01 -05:00
parent 95b660c8f1
commit fd789f1c62

View file

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