opencl.vim 362 B

12345678910111213
  1. " Vim filetype plugin file
  2. " Language: OpenCL
  3. " Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu>
  4. " Last Change: 2024 Nov 19
  5. if exists("b:did_ftplugin") | finish | endif
  6. let b:did_ftplugin = 1
  7. setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:///,://
  8. setlocal commentstring=/*\ %s\ */ define& include&
  9. let b:undo_ftplugin = "setl commentstring< comments<"