mirror of
https://github.com/neovim/neovim.git
synced 2026-07-31 04:39:07 +00:00
vim-patch:922d991: runtime(cuda): Fix typo in cuda syntax file (#40810)
related: vim/vim#20773
922d991f77
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -12,7 +12,7 @@ endif
|
||||
" Read the C++ syntax to start with
|
||||
runtime! syntax/cpp.vim
|
||||
|
||||
" CUDA extentions.
|
||||
" CUDA extensions.
|
||||
" Reference: https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#c-language-extensions
|
||||
syn keyword cudaStorageClass __device__ __global__ __host__ __managed__
|
||||
syn keyword cudaStorageClass __constant__ __grid_constant__ __shared__
|
||||
|
||||
Reference in New Issue
Block a user