mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 14:03:50 -05:00
Add opencl support
This commit is contained in:
10
indent/opencl.vim
Normal file
10
indent/opencl.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
" Only load this indent file when no other was loaded.
|
||||
if exists("b:did_indent")
|
||||
finish
|
||||
endif
|
||||
|
||||
if version > 600
|
||||
runtime! indent/c.vim
|
||||
endif
|
||||
|
||||
let b:did_indent = 1
|
||||
Reference in New Issue
Block a user