Enabling syntax highlighting for LESS in Programmer's Notepad?

Posted by Cody Gray on Super User See other posts from Super User or by Cody Gray
Published on 2012-04-05T04:43:08Z Indexed on 2012/04/05 5:33 UTC
Read the original article Hit count: 624

When I don't feel like firing up the Visual Studio behemoth, or when I don't have it installed, I always turn to Programmer's Notepad. It's an amazingly light and fast little text editor, with the special advantage that it is completely platform-native and conforms to standard UI conventions.
Therefore, please do not suggest that I consider using other text editors. I've already considered and rejected them because they do not use native UI controls. I like Programmer's Notepad, thank you very much.

Unfortunately, I've recently begun to learn, use, and love LESS for all of my CSS coding needs, and it appears that Programmer's Notepad is not bundled with a syntax highlighting scheme for LESS.

Does anyone know if there is—by chance and good fortune—one already available somewhere on the web that some kind soul has tediously prepared?

If not, how can I go about writing one of my own? Is there a way to build on the existing CSS scheme?

It's also possible that any code coloring scheme designed for Scintilla-based editors will work, as Programmer's Notepad is based on the Scintilla control. If you know of a LESS highlighting scheme for Scintilla-based editors, and how to use that with Programmer's Notepad, please suggest that as well.

© Super User or respective owner

Related posts about Windows

Related posts about css