diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-02-10 13:13:26 -0500 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-02-10 13:13:26 -0500 |
commit | cefe6e764a448f42e1491d8505279a51804ff7e8 (patch) | |
tree | b77391d88fa0a6decdadc688eddd1bfdb73aa8f9 /vim/ftdetect | |
parent | 41ebc8041e4c39e197f2239249d846d266b7d280 (diff) |
adding scala sytax support for
Diffstat (limited to 'vim/ftdetect')
-rw-r--r-- | vim/ftdetect/scala.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/ftdetect/scala.vim b/vim/ftdetect/scala.vim new file mode 100644 index 0000000..660f1a2 --- /dev/null +++ b/vim/ftdetect/scala.vim @@ -0,0 +1,2 @@ + +au BufRead,BufNewFile *.scala set filetype=scala |