opencl.vim : Syntax file for OpenCL 1.1
| script karma |
Rating 52/44,
Downloaded by 3469 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Terence Ou |
| |
| script type |
| syntax |
| |
| description |
| Script provides syntax highlight for OpenCL (Open Computing Language) syntax files (*.cl). |
| |
| install details |
Place file within /syntax
Edit filetype.vim:
add lines -
" OpenCL
au BufNewFile,BufRead *.cl setf opencl
Remove- (stop vim from recognizing *.cl as common lisp)
*.cl from Lisp
|
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.46
|