I am loooking for an emacs mode which just does C# syntax highlighting and nothing else. The csharp-mode.el which I found on the net (http://code.google.com/p/csharpmode/) indents, inserts closing braces and ignores TABs. I want emacs to just write down what I type.
The emacs menu of this mode doesn't have an item to disable this behaviour (as the C mode has). In the manual of the csharp mode I didn't find any hint. I don't know Lisp, so I cannot dive into the code of csharp-mode.el to adapt it to my needs.
Any help?