3 lines
85 B
VimL
3 lines
85 B
VimL
" Set .ll files to LLVM IR filetype
|
|
au BufNewFile,BufReadPost *.ll set filetype=llvm
|