Wu, Zhenyu | e2c27ca | 2024-11-19 20:55:25 +0100 | [diff] [blame] | 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<" |