Komodo Edit - How to disable the 'Linter' for a language?

Posted by TM. on Super User See other posts from Super User or by TM.
Published on 2009-10-19T01:58:25Z Indexed on 2012/07/08 9:18 UTC
Read the original article Hit count: 206

Filed under:
|
|

I've been using Komodo Edit to work on a Django project.

It works great except for one little annoyance: When I am editing Django template files, Komodo likes to put red squiggly lines underneath the first HTML tag that follows a Django tag, because it thinks it is an invalid HTML doc (although it isn't, it just has Django template tags/filters in it).

Note that this red squiggly line is called a "Linter error" in the docs that I can find.

Is there some way to turn off this red squiggly for only a specific type of language? It's nice to have when working on Python code but it's annoying to have a red squiggly on every single one of my Django templates.

© Super User or respective owner

Related posts about text-editors

Related posts about ide