https://github.com/ryp/vim-gcn-isa
Vim syntax highlighting support for AMD's GCN ISA
https://github.com/ryp/vim-gcn-isa
gcn gpu isa vim
Last synced: 8 months ago
JSON representation
Vim syntax highlighting support for AMD's GCN ISA
- Host: GitHub
- URL: https://github.com/ryp/vim-gcn-isa
- Owner: Ryp
- License: mit
- Created: 2018-05-31T21:23:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T21:48:48.000Z (almost 5 years ago)
- Last Synced: 2024-12-30T22:29:18.392Z (9 months ago)
- Topics: gcn, gpu, isa, vim
- Language: Vim script
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# vim-gcn-isa
Vim syntax highlighting for AMD's [GCN ISA](https://gpuopen.com/compute-product/amd-gcn3-isa-architecture-manual).

Syntax highlighting is supported for:
- files with `.gcn` extension## Installation
#### Using [Vundle](https://github.com/gmarik/vundle)
Add to your `vimrc`:
```viml
Plugin 'ryp/vim-gcn-isa'
```Then reload your `vimrc` and run `:PluginInstall`.