File: alltt

package info (click to toggle)
vim-latexsuite 20060325-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,496 kB
  • ctags: 633
  • sloc: sh: 5,538; python: 280; makefile: 67; perl: 50
file content (12 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
if exists("alltt_package_file")
	finish
endif
let alltt_package_file = 1

let g:TeX_package_option_alltt = ''

let g:TeX_package_alltt = 'env:alltt'

syn region texZone   start="\\begin{alltt}"  end="\\end{alltt}\|%stopzone\>" fold

" vim:ft=vim:ff=unix: