Remove Keywords python language
-
I want to configure the keywords that are used in Notepad ++ python style. I deleted some keywords in the “langs.model” xml file. However, when I check in the style configurator, python keywords; the deleted keywords are still there, and also being highlighted when used in notepad ++.
Does anyone know how I can enforce the deletion of those keywords?
-
Not really, but care to explain really why it makes sense to want to do this?
-
@Siebe-Albers said in Remove Keywords python language:
langs.model
Wrong file. That only gets used to re-create the langs.xml in
%appdata%\Notepad++
if langs.xml is deleted or missing. In other words, edit langs.xml to accomplish your goal.Though, as @Alan-Kilborn mentioned, whether or not that is advisable is another question…
-
@PeterJones Thank you! You helped me a lot with this.