summaryrefslogtreecommitdiffstats
path: root/.vim/ftdetect
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-06-07 00:03:31 -0400
committerbnewbold <bnewbold@robocracy.org>2012-06-07 00:03:31 -0400
commit4d866f37004ea328710de28afea70b47aeacb3e9 (patch)
treebc18b1bc8b6e8a0fa0c30803daa22a37bc27b0ec /.vim/ftdetect
parent4f67c6f48b7a63219756dd33bb3b6c20c330127c (diff)
downloadopenwrt-repro-4d866f37004ea328710de28afea70b47aeacb3e9.tar.gz
openwrt-repro-4d866f37004ea328710de28afea70b47aeacb3e9.zip
golang syntax highlighting in vim
Diffstat (limited to '.vim/ftdetect')
-rw-r--r--.vim/ftdetect/go.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/ftdetect/go.vim b/.vim/ftdetect/go.vim
new file mode 100644
index 0000000..8843121
--- /dev/null
+++ b/.vim/ftdetect/go.vim
@@ -0,0 +1 @@
+au BufRead,BufNewFile *.go set filetype=go