Hi, We use a third-party library, Pygments, for syntax highlighting. It appears to have no knowledge of Perl Template Toolkit files, and thinks *.tt files are Treetop files.
We have some new logic coming in 2.0.21 and 2.5, which will be smarter about what type of file it's processing, but the best-case scenario is that it'll decide it's plain text, since it won't know about Perl Template Toolkit files. You can file a feature request to handle these files in some form over at http://pygments.org/. Christian -- Christian Hammond - [email protected] Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com On Mon, Oct 26, 2015 at 12:45 AM, Premkumar Pasumpon <[email protected]> wrote: > Hi All, > > The syntax highlighting in ReviewBoard for our .tt files doesn't look right > > All the code in .tt files has red boxes around it. Probably ReviewBoard > thinks .tt is a different type of file than a Perl Template Toolkit file, > and is treating everything as a syntax error. > > Would it be possible to add the correct syntax highlighting, as it's > rather hard to read otherwise. > > Better highlighting could treat the files as any of these (in order of > preference): > 1. Perl Template Toolkit (i.e. HTML + Perl combined) > 2. HTML > 3. No highlighting at all - this would still be better than red boxes > > Looking forward for your response > > Regards, > Prem > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
