An open API service indexing awesome lists of open source software.

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

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).

![Example](image/gcn-isa-example.png?raw=true)

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`.