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