Vim: Set filetype=python for lit configuration files.
authorMatthias Braun <matze@braunis.de>
Mon, 4 May 2015 21:41:23 +0000 (21:41 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 4 May 2015 21:41:23 +0000 (21:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236463 91177308-0d34-0410-b5e6-96231b3b80d8

utils/vim/ftdetect/llvm-lit.vim [new file with mode: 0644]

diff --git a/utils/vim/ftdetect/llvm-lit.vim b/utils/vim/ftdetect/llvm-lit.vim
new file mode 100644 (file)
index 0000000..fa651e1
--- /dev/null
@@ -0,0 +1 @@
+au BufRead,BufNewFile lit.*cfg set filetype=python