aboutsummaryrefslogtreecommitdiff
path: root/lang/csharp-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* Install in ${EMACS_SITE_LISPDIR}, since anray has added it to theJean-Yves Lefort2006-06-201-5/+4
| | | | | | | xemacs21-mule load path. Notes: svn path=/head/; revision=165857
* Add csharp-mode.el.Jean-Yves Lefort2006-06-194-0/+65
After a good number of years, we noticed that there wasn't a "non-patched" version of a csharp-mode for Emacs. There were a few, but most of them had comments that they were "in progress" or "about to merge", but then we noticed that those notices were there even after a couple of months. Then, we saw a request for a csharp-mode on the cc-mode Emacs site, so we decided to follow the rules and create one that required no patching or modification to the core cc-mode engine (which is a good thing). So, this is the C# mode. WWW: http://mfgames.com/linux/csharp-mode Notes: svn path=/head/; revision=165762