mohzy83 / NppMarkdownPanel

Lightweight Notepad++ plugin to preview Markdown files
MIT License
224 stars 36 forks source link

[Feature] Support more languages for syntax highlighting (YAML, Ruby and Python) #72

Open mohzy83 opened 1 year ago

mohzy83 commented 1 year ago

Support more languages for syntax highlighting

This can be accomplished by defining a new langanuge for the ColorCode lib: See: https://github.com/RichardSlater/ColorCodePortable/tree/master/ColorCode/Compilation/Languages

richmensch commented 1 year ago

Was the template for Python ever completed? I downloaded and installed the latest version and I do not get color highlighting in NPPMarkdownPanel for Python code embedded in Markdown documents. How do I get it working?

mohzy83 commented 1 year ago

This feature isn't implemented yet. I closed the task accidentally but reopend it later.