zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.
Other
2.4k stars 174 forks source link

AsciiDoctor syntax highlighting #74

Open john-cj opened 5 years ago

john-cj commented 5 years ago

Hallo. Do you have any plans to add AsciiDoctor syntax highlighting?

zufuliu commented 5 years ago

I don't known when it will be added, even Markdown and reStructuredText not added yet.

I currently focus on improve startup speed: we currently have 57 lexers, loading all of them on startup is a waste of time. Adding new lexer will slow down the speed using old stage. It's probable that new lexer will not be added in next release.

zufuliu commented 5 years ago

Please keep this open, as it not been resolved. Other users may also interest in adding AsciiDoctor in Notepad2.

markerikson commented 2 years ago

I hate to be the one that goes "bump!", but I'm currently trying out Notepad2e, Notepad3, and this Notepad2 fork, as potential replacements for Notepad2-mod. The main languages I am interested in are TypeScript and Markdown. It looks like this project is the only one that has a TypeScript parser, but unfortunately no Markdown :( Any chance of getting that added sometime soon?

zufuliu commented 2 years ago

Markdown is tracked in issue #157, I will try my best to implement it in v4.22.03.

markerikson commented 2 years ago

Whoops, missed that issue :) Thank you!