A Notepad++ user defined language for adding dark mode syntax highlighting to logs
Notepad++ supports around 80 programming languages for syntax highlighting & folding. For languages that are not in the list of languages with built-in support, you can add syntax highlighting to the language.
To learn all about User Defined Languages:
https://npp-user-manual.org/docs/user-defined-language-system/
For now, you have to manually install a new User Defined Language.
- Download a XML file from this repo
- Import the file by placing the file in your
userDefineLangs
folder and restarting Notepad++. (It is also possible to use the User Defined Language dialog box to Import your file, but that places the UDL in the combined file, which is more complicated to maintain). More details of what those steps entail can be found in the "Import a UDL" section of the official documentation.