summaryrefslogtreecommitdiff
path: root/mnv/runtime/syntax/opencl.mnv
blob: 3dcf78a958e764e6ec89a8c3225e4b4f0f03b384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
" MNV syntax file
" Language:	OpenCL
" Last Change:	2024 Nov 19
" Maintainer:	Wu, Zhenyu <wuzhenyu@ustc.edu>

if exists("b:current_syntax")
  finish
endif

" TODO: support openCL specific keywords
runtime! syntax/c.mnv

let current_syntax = "opencl"