Markdown syntax highlighting in SciTE/Notepad++

Viewed 14902

I'm looking for a .properties file for Markdown syntax in SciTE. Is it possible?

A partial highlighter would do, otherwise.

4 Answers

I've uploaded my (dark) user-defined language Markdown highlighter on GitHub. It uses different workarounds than thomsmits', which for the style of Markdown I've chosen work better.

Until the Markdown Scintilla lexer is imported into Notepad++, user defined languages are the best we can do.

I don't use Notepad++ any more and have deleted my project. Try Brettz9's fork of the project here: https://github.com/brettz9/Notepad---Markdown-Highlighting

Related