diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-03-27 23:10:07 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-03-27 23:10:07 +0100 |
commit | 5012343b48dad8a68de6d0610cb77f9b12667b2c (patch) | |
tree | 2fc65b78493cb5ff65144cbf08488e9e627e50be /filetype.vim | |
parent | ba7ce4b4a5c6bdf6d893547800833b0642b832b4 (diff) | |
download | vim-5012343b48dad8a68de6d0610cb77f9b12667b2c.zip vim-5012343b48dad8a68de6d0610cb77f9b12667b2c.tar.gz |
add scala syntax and filetype
Diffstat (limited to 'filetype.vim')
-rw-r--r-- | filetype.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/filetype.vim b/filetype.vim index fdcace7..2527069 100644 --- a/filetype.vim +++ b/filetype.vim @@ -9,5 +9,7 @@ au BufNewFile,BufRead *.tex setf tex au BufNewFile,BufRead *.tjp setf tjp au BufNewFile,BufRead *.tji setf tjp -au BufNewFile,BufRead *.edc setfiletype edc +au BufNewFile,BufRead *.edc setf edc + +au BufRead,BufNewFile *.scala setf scala |