All Projects → mcandre → vimrc-mode

mcandre / vimrc-mode

Licence: other
Enables syntax highlighting for .vimrc/_vimrc files

Programming Languages

emacs lisp
2029 projects

vimrc-mode - Major mode for vimrc files

INSTALL

M-x package-install vimrc-mode

Then add to ~/.emacs:

(require 'vimrc-mode)
(add-to-list 'auto-mode-alist '("\\.vim\\(rc\\)?\\'" . vimrc-mode))
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].