Digging around the settings, Google and Super User, I haven't found how to do this.

link|improve this question

64% accept rate
feedback

2 Answers

up vote 4 down vote accepted

You can also do this from the UI:

Settings > Style Configurator

Select "XML" in the Language list (1) and add "csproj" to the "User ext." field (2):

alt text

link|improve this answer
feedback

You'll need to edit the langs.xml file in Notepad++'s installation directory, which is usually C:\Program Files\Notepad++. Just find the XML section near the bottom of the file and add "proj" to the list of XML extensions.

link|improve this answer
Thanks. This is why I love Super User :) – ripper234 Oct 19 '10 at 10:17
You'll have to use a different editor to do it this way. Notepad++ will overwrite langs.xml on exit. ChrisF's answer is probably the correct way to do it (and the reason langs.xml gets overwritten). – Velociraptors Oct 19 '10 at 19:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.