1
0
Fork 0
mirror of synced 2024-07-03 14:01:09 -04:00
ultimate-vim/vim_plugins_src/latexSuite-1.5/ftplugin/latex-suite/packages/url

17 lines
346 B
Plaintext

let g:TeX_package_option_url =
\ 'hyphens,'
\.'obeyspaces,'
\.'spaces,'
\.'T1'
let g:TeX_package_url =
\ 'bra:urlstyle,'
\.'bra:url,'
\.'bra:path,'
\.'bra:urldef'
syn region texZone start="\\url\z([^ \ta-zA-Z]\)" end="\z1\|%stopzone\>"
syn region texZone start="\\path\z([^ \ta-zA-Z]\)" end="\z1\|%stopzone\>"
" vim:ft=vim:ff=unix: