cuda.vim 215 B

123456789101112
  1. " Vim filetype plugin
  2. " Language: CUDA
  3. " Maintainer: Riley Bruins <ribru17@gmail.com>
  4. " Last Change: 2024 Jul 29
  5. if exists('b:did_ftplugin')
  6. finish
  7. endif
  8. " Behaves mostly just like C++
  9. runtime! ftplugin/cpp.vim