summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2011-09-11 20:25:04 -0400
committerWill Woods <wwoods@redhat.com>2011-09-11 20:25:04 -0400
commit6d38df014559e4b195faa60b5e77eec4ef467a43 (patch)
tree6e904677230eb82e68d5920811e4a192d1398d2c /ftdetect
parent0bf68e212b1b4d33ecf48eb606fda10fe8f659da (diff)
downloadvim-scripts-6d38df014559e4b195faa60b5e77eec4ef467a43.tar.gz
vim-scripts-6d38df014559e4b195faa60b5e77eec4ef467a43.tar.xz
vim-scripts-6d38df014559e4b195faa60b5e77eec4ef467a43.zip
add ltmpl (lorax template) syntax/filetype scripts
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/ltmpl.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftdetect/ltmpl.vim b/ftdetect/ltmpl.vim
new file mode 100644
index 0000000..166e358
--- /dev/null
+++ b/ftdetect/ltmpl.vim
@@ -0,0 +1,2 @@
+au BufNewFile,BufRead *.ltmpl set filetype=ltmpl
+au BufNewFile,BufRead */lorax/*.tmpl set filetype=ltmpl