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

https://github.com/jvirtanen/vim-octave

Syntax highlighting for GNU Octave
https://github.com/jvirtanen/vim-octave

octave vim

Last synced: 3 months ago
JSON representation

Syntax highlighting for GNU Octave

Awesome Lists containing this project

README

        

# octave.vim

This is a mirror of [octave.vim][] providing syntax highlighting for
[GNU Octave][].

[GNU Octave]: http://www.gnu.org/software/octave/
[octave.vim]: http://www.vim.org/scripts/script.php?script_id=3600

## Installation

Install using Vim's built-in package support:
```
mkdir -p ~/.vim/pack/jvirtanen/start
cd ~/.vim/pack/jvirtanen/start
git clone https://github.com/jvirtanen/vim-octave.git
```

## License

octave.vim is distributed under the same terms as GNU Octave itself.