Markdown syntax highlighting in SciTE/Notepad++
I'm using Markdown-plus-plus. The install instruction is outdated on many projects. The actual instruction is:
- Select menu "Language" → "Define your language..."
- Press button "Import...", and select {markdown}.xml (from GitHub repositories).
- Restart Notepad++
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
I'm using this syntax file: https://github.com/leafnode/markdown_npp with some color changes to fit dark background.