Lines Matching refs:begin
10 " 1. If you have a \begin{verbatim} that appears to overrun its boundaries,
25 " (there's no difference between begin/end patterns)
291 " \begin{}/\end{} section markers: {{{1
292 syn match texBeginEnd "\\begin\>\|\\end\>" nextgroup=texBeginEndName
306 …syn region texPreamble transparent fold start='\zs\\documentclass\>' end='\ze\\begin{document}' co…
379 …TexFold syn region texDocZone matchgroup=texSection start='\\begin\s*{\s*document\s*}' end='\\en…
388 …TexFold syn region texAbstract matchgroup=texSection start='\\begin\s*{\s*abstract\s*}' end='\\en…
390 …TexFold syn region texDocZone matchgroup=texSection start='\\begin\s*{\s*document\s*}' end='\\en…
399 …TexFold syn region texAbstract matchgroup=texSection start='\\begin\s*{\s*abstract\s*}' end='\\en…
451 …exe 'syn region '.grpname.' start='."'".'\\begin\s*{\s*'.a:mathzone.'\s*}'."'".' end='."'".'\\end\…
452 exe 'syn sync match '.syncname.' grouphere '.grpname.' "\\begin\s*{\s*'.a:mathzone.'\*\s*}"'
453 exe 'syn sync match '.syncname.' grouphere '.grpname.' "\\begin\s*{\s*'.a:mathzone.'\*\s*}"'
461 …exe 'syn region '.grpname.' start='."'".'\\begin\s*{\s*'.a:mathzone.'\*\s*}'."'".' end='."'".'\\en…
462 exe 'syn sync match '.syncname.' grouphere '.grpname.' "\\begin\s*{\s*'.a:mathzone.'\*\s*}"'
463 exe 'syn sync match '.syncname.' grouphere '.grpname.' "\\begin\s*{\s*'.a:mathzone.'\*\s*}"'
616 " %begin-include ... %end-include acts like a texDocZone for \include'd files. Permits spell check…
618 …TexFold syn region texDocZone matchgroup=texSection start='^\s*%begin-include\>' end='^\s*%end-…
620 …TexFold syn region texDocZone matchgroup=texSection start='^\s*%begin-include\>' end='^\s*%end-…
628 …syn region texZone start="\\begin{[vV]erbatim}" end="\\end{[vV]erbatim}\|%stopzone\>" contains=@…
636 syn region texZone start="\\begin{[vV]erbatim}" end="\\end{[vV]erbatim}\|%stopzone\>"