From 6d38df014559e4b195faa60b5e77eec4ef467a43 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Sun, 11 Sep 2011 20:25:04 -0400 Subject: add ltmpl (lorax template) syntax/filetype scripts --- ftdetect/ltmpl.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ftdetect/ltmpl.vim (limited to 'ftdetect') 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 -- cgit