diff options
author | Will Woods <wwoods@redhat.com> | 2011-09-11 20:25:04 -0400 |
---|---|---|
committer | Will Woods <wwoods@redhat.com> | 2011-09-11 20:25:04 -0400 |
commit | 6d38df014559e4b195faa60b5e77eec4ef467a43 (patch) | |
tree | 6e904677230eb82e68d5920811e4a192d1398d2c /ftdetect | |
parent | 0bf68e212b1b4d33ecf48eb606fda10fe8f659da (diff) | |
download | vim-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.vim | 2 |
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 |