d21d3ec222
Change-Id: I7e9de2e43a8584f8dc9ee6d45c8ed00ca465f591
How to install?
- Add the
hip.vimto~/.vim/syntax/directory - Add the following text to the end of
~/.vimrc
augroup filetypedetect
au BufNewFile,BufRead *.cpp set filetype=cpp syntax=hip
augroup END
augroup filetypedetect
au BufNewFile,BufRead *.c set filetype=c syntax=hip
augroup END
augroup filetypedetect
au BufNewFile,BufRead *.cu set filetype=cu syntax=hip
augroup END