https://github.com/64kramsystem/vim-goby-syntax-highlighting
Goby syntax highlighting for Vim
https://github.com/64kramsystem/vim-goby-syntax-highlighting
Last synced: 9 months ago
JSON representation
Goby syntax highlighting for Vim
- Host: GitHub
- URL: https://github.com/64kramsystem/vim-goby-syntax-highlighting
- Owner: 64kramsystem
- Created: 2018-04-07T18:28:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T18:38:47.000Z (over 7 years ago)
- Last Synced: 2025-01-23T00:33:12.528Z (11 months ago)
- Language: Vim script
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim Goby syntax highlighting
Goby syntax highlighting for Vim, copied from the official Vim definition, with extra keywords added.
## Installation
From the terminal:
```sh
mkdir -p "$HOME/.vim/syntax"
wget -O "$HOME/.vim/syntax/goby.vim" https://raw.githubusercontent.com/saveriomiroddi/vim-goby-syntax-highlighting/master/goby.vim
echo 'au BufNewFile,BufRead *.gb setf goby' >> "$HOME/.vim/filetype.vim"
```
This will apply syntax highlighting to all the Goby files (`*.gb`).