Notepad plus
From AgeofWiki
Notepad++ is a free text editor for a lot of file types with features such as syntax highlighting (keywords, comments, etc are coloured differently), auto-indent, code folding, tabbed editing. You can download it from http://notepad-plus.sourceforge.net/uk/site.htm. To make it recognize XS files, make it treat them as C# code files as follows:
- Go to Language > Styler Configurator in the menu
- Select C# in the left column
- Write xs in "user ext" at the bottom
- Press Save & Close
- To make all XS files open with Notepad++ from now on, rightclick one in Windows Explorer, press Open With, select Notepad++ and check "always open files of this type using this program".
