Observe how after the interlinear gloss I have to insert [''] -- otherwise, the quote continues (and in textmate4 the rest of the text is colored accordingly). Is there some way to resolve this without putting the [''] at the end?
\documentclass[11pt,a4paper]{book}
\setcounter{secnumdepth}{4}
\usepackage{graphicx}
\usepackage{gb4e}
\usepackage{tipa}
\usepackage{setspace}
\usepackage[T1]{fontenc}
\usepackage{multirow}
\setcounter{part}{-1}
\setcounter{subsection}{0}
\begin{document}
\begin{exe}
\ex {\glll ``Um ch'aqitumpiw \\
\{u-m(a) ch'aq(u)-itu-mpi-w(a) \\
that-\textsc{cp} brain-\textsc{dm.masc-com-decl} \\}
\sn{\glll zanq't'ast'' qow ``[sumitr]_{pp}''. \\
zanq'(a)-t'a-s(i)-t q(e)-o-w(a) \emph{sumit}-r(i)\}\\
eat-\textsc{m-refl-1sim} say-\textsc{3sim-decl} summit-\textsc{all}\\
\glt `{}``Thus with a bit of brains, I ate'', he said, ``[on the summit]_{pp}.''' [FBV5.52A]}
\end{exe}
''
\end{document}
''so I don't understand by your saying that the quote continues. Is there a problem with the output or just with the syntax colouring in Textmate? – Alan Munn Jul 01 '13 at 05:23csquotespackage and use\enquote{<text>}instead of actual quotation marks. See for example Automatically convert quotations in the form of "abc" to become ``abc". – Alan Munn Jul 01 '13 at 06:04gb4e? Presumably the problem will arise in any environment that splits across lines no? – Alan Munn Jul 01 '13 at 06:04