How can I modify the notepad++built-in language
-
I want to change the color of comments for Python highlighter. Thank you.
-
I think you’ll need to make a user defined language with the colours you want, and set it to apply to any files loaded with the extension py.
-
@Stefan-Travis said:
I think you’ll need to make a user defined language with the colours you want, and set it to apply to any files loaded with the extension py.
You don’t have to create an entire language. Simply change the Python comment color in the style configurator.
-
Thank you. Your solution did work greatly.