mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-13 07:03:32 +01:00
27 lines
444 B
Text
27 lines
444 B
Text
|
if exists("newalg_package_file")
|
||
|
finish
|
||
|
endif
|
||
|
let newalg_package_file = 1
|
||
|
|
||
|
let g:TeX_package_option_newalg = ''
|
||
|
|
||
|
let g:TeX_package_newalg =
|
||
|
\ 'ens:algorithm:{<+name+>}{<++>},'
|
||
|
\.'ens:IF:{<+cond+>},'
|
||
|
\.'ens:FOR:{<+loop+>},'
|
||
|
\.'ens:WHILE:{<+cond+>},'
|
||
|
\.'bra:ERROR,'
|
||
|
\.'nor:ELSE,'
|
||
|
\.'nor:RETURN,'
|
||
|
\.'nor:NIL,'
|
||
|
\.'nor:TO,'
|
||
|
\.'bra:CALL,'
|
||
|
\.'bra:text,'
|
||
|
\.'env:REPEAT,'
|
||
|
\.'env:SWITCH,'
|
||
|
\.'nor:=,'
|
||
|
\.'bra:item,'
|
||
|
\.'nor:algkey'
|
||
|
|
||
|
" vim:ft=vim:ff=unix:
|