Vim: Set filetype=python for lit configuration files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236463 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matthias Braun 2015-05-04 21:41:23 +00:00
parent 458a265e30
commit 1ac87035b9

View File

@ -0,0 +1 @@
au BufRead,BufNewFile lit.*cfg set filetype=python