From 1a97304cf642e9f887122e162b1999768b60c9d7 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 22 Dec 2014 22:01:38 +0100 Subject: Add velocity templates support --- indent/velocity.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 indent/velocity.vim (limited to 'indent') diff --git a/indent/velocity.vim b/indent/velocity.vim new file mode 100644 index 00000000..f30c4af8 --- /dev/null +++ b/indent/velocity.vim @@ -0,0 +1,5 @@ +if exists("b:did_indent") + finish +endif + +runtime! indent/html.vim -- cgit v1.2.3