Skip to content

omajid/csproj-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csproj-mode

An Emacs major mode for editing csproj (.csproj, .vbproj) and other msbuild-compatible project files (*.*proj files).

Provides syntax highlighting, snippets and more!

Installation

Until this package gets added to a package repository, you can install the csproj-mode.el file directly by cloning this repository and using package-install-file.

In your shell:

git clone https://github.com/omajid/csproj-mode

In Emacs:

M-x package-install-file RET /path/to/csproj-mode.el

Related Packages

If you are editing .NET Core projects, csharp-mode and omnisharp are very useful to have.

License

Copyright (C) 2018 Omair Majid omair.majid@gmail.com

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.