aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2017-03-02 23:11:34 -0600
committerBen Beltran <ben@nsovocal.com>2017-03-02 23:11:34 -0600
commit6e87667963d5250e0bf1a681dd7daa11f1075bfd (patch)
tree1bd7304bc06f9c8e5dfbbd921bf33ec298dc2e9f
parent35ab4aab6926fb6cd2b44eda8bc14c72a8759b75 (diff)
Add snes syntax highlighting
-rwxr-xr-xvimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 2488bfc..62a82d7 100755
--- a/vimrc
+++ b/vimrc
@@ -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