Make .test files llvm filetype

This commit is contained in:
Kenneth Benzie 2018-04-26 12:49:11 +01:00
parent 3eae3bf2d9
commit 7683cd2c9d

View File

@ -1,2 +1,3 @@
" Set .ll files to LLVM IR filetype
au BufNewFile,BufReadPost *.ll set filetype=llvm
au BufNewFile,BufReadPost *.test set filetype=llvm