Skip to content

64kramsystem/vim-goby-syntax-highlighting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Vim Goby syntax highlighting

Goby syntax highlighting for Vim, copied from the official Vim definition, with extra keywords added.

Installation

From the terminal:

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

About

Goby syntax highlighting for Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published