Add LLVM IR syntax

This commit is contained in:
2017-02-06 10:39:55 +00:00
parent 62380deefc
commit eeca17ad49
2 changed files with 112 additions and 0 deletions

2
ftdetect/llvm.vim Normal file
View File

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