[TxMt] LaTeX Log language definition

Robin Houston robin.houston at gmail.com
Thu Mar 29 15:00:26 UTC 2007


TeX flags errors by a line that starts with "! "; but the LaTeX Log format
doesn't treat them as anything special so there's no way to make them stand
out. Could we change the invalid.illegal definition to the following

        {    name = 'invalid.illegal';
            match = '.*Error|^! .*';
        },

or something along those lines? And while I'm on the subject, the
firstLineMatch seems rather restrictive. Could it be generalised to:

    firstLineMatch = 'This is (pdfe)?TeXk?, Version ';

since not everyone uses non-standard extensions (the 'k' suffix) nor even
PDFTeX?

Robin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate/attachments/20070329/1a2c1d11/attachment.html>


More information about the textmate mailing list