Files
org-vim/runtime/ftplugin/cuda.vim
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
215 B
VimL
Raw Normal View History

2024-07-07 20:56:43 +02:00
" Vim filetype plugin
" Language: CUDA
" Maintainer: Riley Bruins <ribru17@gmail.com>
2024-07-30 18:15:30 +02:00
" Last Change: 2024 Jul 29
2024-07-07 20:56:43 +02:00
if exists('b:did_ftplugin')
finish
endif
2024-07-30 18:15:30 +02:00
" Behaves mostly just like C++
runtime! ftplugin/cpp.vim