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
- Host: GitHub
- URL: https://github.com/jvirtanen/vim-octave
- Owner: jvirtanen
- Created: 2013-11-12T21:38:45.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T01:46:25.000Z (over 3 years ago)
- Last Synced: 2024-11-15T05:08:10.886Z (7 months ago)
- Topics: octave, vim
- Language: Vim script
- Size: 31.3 KB
- Stars: 28
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.