aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect/scala.vim
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2011-02-10 13:13:26 -0500
committerMatt Singleton <matthew.j.singleton@gmail.com>2011-02-10 13:13:26 -0500
commitcefe6e764a448f42e1491d8505279a51804ff7e8 (patch)
treeb77391d88fa0a6decdadc688eddd1bfdb73aa8f9 /vim/ftdetect/scala.vim
parent41ebc8041e4c39e197f2239249d846d266b7d280 (diff)
adding scala sytax support for
Diffstat (limited to 'vim/ftdetect/scala.vim')
-rw-r--r--vim/ftdetect/scala.vim2
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