vim/after/ftdetect/opencl.vim

3 lines
85 B
VimL

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