Make .test files llvm filetype

This commit is contained in:
Kenneth Benzie 2018-04-26 12:49:11 +01:00
parent ca84ee59ed
commit ab5428e7fa

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