vimの設定ファイルを見ていたら, 以前作ったCUDA用のsyntax fileが見つかったのでアップしてみる.
" Vim syntax file
" Language: CUDA
" Maintainer: ztw
" Last Change: 2007 Nov 23
runtime! syntax/cpp.vim
syn keyword cType char1 uchar1 char2 uchar2 char3 uchar3 char4 uchar4 short1 ushort1 short2 ushort2 short3 ushort3 short4 ushort4 int1 uint1 int2 uint2 int3 uint3 int4 uint4 long1 ulong1 long2 ulong2 long3 ulong3 long4 ulong4 float1 float2 float3 float4 dim3
syn keyword cStorageClass __device__ __global__ __host__ __constant__ __shared__ __inline__
let b:current_syntax = "cu"
" vim: ts=8
0 件のコメント:
コメントを投稿