https://github.com/mcandre/vimrc-mode
Enables syntax highlighting for .vimrc/_vimrc files
https://github.com/mcandre/vimrc-mode
Last synced: 8 months ago
JSON representation
Enables syntax highlighting for .vimrc/_vimrc files
- Host: GitHub
- URL: https://github.com/mcandre/vimrc-mode
- Owner: mcandre
- Created: 2013-02-28T19:45:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T06:35:05.000Z (over 1 year ago)
- Last Synced: 2025-04-14T07:47:03.405Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 68.4 KB
- Stars: 47
- Watchers: 4
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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))