I've associated .xul with Notepad++ so if I double-click on a .xul file, it will open in Notepad++. But Notepad++ doesn't know that XUL is just a particular type of XML, so I then have to manually click on "Language > XML" to get XML syntax highlighting. Is there a way that I can tell it: "every time you open a file with the extension .xul, automatically switch to the XML language"?
|
feedback
|
|
All you have to do is tell Notepad++ that "xul" files are actually "XML" files.
I should note that this has already been asked. Take a few moments to look around before you ask a question. Previously asked Question: Assigning custom extensions to a languageās syntax highlighting in Notepad++ Notepad++ wiki help: Associating file extensions with highlighters Hope this helps | |||||
feedback
|