Skip to content

Vim plugin for syntax highlighting C code using the OpenSHMEM API

License

Notifications You must be signed in to change notification settings

jar/vim-openshmem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Vim plugin for syntax highlighting C code using the OpenSHMEM API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published