Support for cedar policy syntax within vim
Install vim-plug and insert the following lines to your .vimrc
call plug#begin(has('nvim') ? stdpath('data') . '/plugged' : '~/.vim/plugged')
Plug 'Dzordzu/vim-cedar'
call plug#end()
Detailed instructions: