Do not follow this link

~otheb/o-vim

O syntax highlighting for Vim
Fixed type matching
Added type matching
Fixed syntax errors

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~otheb/o-vim
read/write
git@git.sr.ht:~otheb/o-vim

You can also use your local clone with git send-email.

                                 ### O VIM ###

This is a simple syntax plugin for Vim for basic syntax highlighting for O.
Install with Plug with this line in your .vimrc (between the plug#begin and
plug#end calls):

	Plug 'https://git.sr.ht/~otheb/o-vim'
Do not follow this link