a vim syntax file for amber
the contents of this repository can be installed locally in your .vim
or ~/.config/nvim
directory
the recommended way is to use a plugin manager such as Vim-Plug and add this to your .vimrc
:
Plug 'gbhorwood/amber.vim'
in vim, set the syntax to 'amber"
:set syntax=amber
this is a work in progress. i have minimal experience in writing vim syntax files, so your mileage will vary. contributions eagerly accepted.