Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm looking for a .properties file for Markdown syntax in SciTE, if possible? A partial highlighter would do, otherwise.

share|improve this question

3 Answers

up vote 3 down vote accepted

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.

share|improve this answer

I'm using this syntax file: https://github.com/thomsmits/markdown_npp with some color changes to fit dark background.

share|improve this answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.