https://github.com/jez/vim-ispc
Vim syntax highlighting for ISPC.
https://github.com/jez/vim-ispc
vim
Last synced: about 1 year ago
JSON representation
Vim syntax highlighting for ISPC.
- Host: GitHub
- URL: https://github.com/jez/vim-ispc
- Owner: jez
- License: bsd-3-clause
- Created: 2015-01-18T03:27:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T16:57:32.000Z (almost 5 years ago)
- Last Synced: 2025-03-27T00:11:07.428Z (about 1 year ago)
- Topics: vim
- Language: Vim script
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-ispc
Syntax highlighting for [ISPC](https://ispc.github.io/), packaged up as a
Pathogen/Vundle plugin.
This is Intel's code, taken directly from the `contrib/` directory of their
project. See LICENSE.
## Installation
Use your favorite plugin manager. If you don't have one, I'd recommend Vundle,
though you should probably also take a look at Pathogen, as it's more common.
```
# if your ~/.vim folder isn't under source control:
git clone https://github.com/jez/vim-ispc ~/.vim/bundle/
# if your ~/.vim folder is under source control:
git submodule add https://github.com/jez/vim-ispc ~/.vim/bundle/
```