diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-03-02 23:11:34 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-03-02 23:11:34 -0600 |
| commit | 6e87667963d5250e0bf1a681dd7daa11f1075bfd (patch) | |
| tree | 1bd7304bc06f9c8e5dfbbd921bf33ec298dc2e9f | |
| parent | 35ab4aab6926fb6cd2b44eda8bc14c72a8759b75 (diff) | |
Add snes syntax highlighting
| -rwxr-xr-x | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -70,6 +70,9 @@ au BufRead,BufNewFile *.txt call s:setupWrapping() " make Python follow PEP8 ( http://www.python.org/dev/peps/pep-0008/ ) au FileType python set softtabstop=4 tabstop=4 shiftwidth=4 textwidth=79 +" snes syntax highlighting +au BufNewFile,BufRead *.asm,*.s set filetype=snes" + " allow backspacing over everything in insert mode set backspace=indent,eol,start |