Skip to content

Commit

Permalink
feat(syntax): support ieeecolor
Browse files Browse the repository at this point in the history
refer: #2675, #2743
  • Loading branch information
lervag committed Jun 26, 2023
1 parent 41b64b9 commit b38bbca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions autoload/vimtex/syntax/p/ieeecolor.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
" vimtex - LaTeX plugin for Vim
"
" Maintainer: Karl Yngve Lervåg
" Email: [email protected]
"

function! vimtex#syntax#p#ieeecolor#load(cfg) abort " {{{1
call vimtex#syntax#packages#load('ieeetrantools')
endfunction

" }}}1

0 comments on commit b38bbca

Please sign in to comment.