Wu, Zhenyu | e2c27ca | 2024-11-19 20:55:25 +0100 | [diff] [blame] | 1 | " Vim syntax file |
2 | " Language: OpenCL | ||||
3 | " Last Change: 2024 Nov 19 | ||||
4 | " Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> | ||||
5 | |||||
6 | if exists("b:current_syntax") | ||||
7 | finish | ||||
8 | endif | ||||
9 | |||||
10 | " TODO: support openCL specific keywords | ||||
11 | runtime! syntax/c.vim | ||||
12 | |||||
13 | let current_syntax = "opencl" |