Komodo Edit - How to disable the 'Linter' for a language?
- by TM.
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.