You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @aks2161989,
sorry, there is no way to add a new programming language syntax highlighting to Notepad3 w/o adding necessary program code to Notepad3 (and recompile).
Things to do:
Choose a lexer from Scintilla repository (or code your own lexer like LexTOML.cxx)
Code the corresponding lexer styles for keyword and features of the lexer.
Add the new code to Notepad3's repository and build a new version.
There is a request to add a "generic" lexer to Notepad3 (#1135) with a configurable syntax/style definition, like Notepad++ has, but we don't have this yet.
Hi,
This is a question, not a bug report.
First of all I would like to thank/congratulate you for developing this featureful editor. It opens in a jiffy and is very useful!
Is there a way to add syntax highlighting for a new programming language without recompiling Notepad3 ?
Regards,
Akshay
The text was updated successfully, but these errors were encountered: