/vim-openshmem

Vim plugin for syntax highlighting C code using the OpenSHMEM API

Primary LanguageVim ScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

vim-openshmem

Vim plugin for syntax highlighting C code using the OpenSHMEM API (see http://openshmem.org)

Place openshmem.vim in your syntax directory:

~/.vim/syntax/openshmem.vim 

Add to your .vimrc:

filetype on
au Syntax openshmem source ~/.vim/syntax/openshmem.vim
au BufRead,BufNewFile *.c,*.cpp,*.h,*.hpp set ft=openshmem