neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

opencl.vim (362B)


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