vim/after/ftdetect/opencl.vim
2016-03-12 20:35:11 +00:00

3 lines
85 B
VimL

" Force *.cl to OpenCL C filetype
au BufNewFile,BufReadPost *.cl set filetype=opencl