I'm looking for a .properties file for Markdown syntax in SciTE, if possible? A partial highlighter would do, otherwise.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
I believe somebody mentioned in the mailing list that he is working on such lexer. I don't think a simple .properties file can do the job, as there is no existing lexer (to my knowledge) with similar syntax. |
|||
|
|
|
I'm using this syntax file: https://github.com/thomsmits/markdown_npp with some color changes to fit dark background. |
|||
|
|
|
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 langs are the best we can do. |
||||
|
|