FHIR Shorthand (fsh) syntax plugin for Vim.
Features:
- Syntax highlighting for FSH
- Filetype detection for
.fsh
files
# vim 8 native package loading
# http://vimhelp.appspot.com/repeat.txt.html#packages
git clone https://github.com/Vermonster/vim-fsh.git ~/.vim/pack/my-packages/start/vim-fsh
# pathogen
git clone https://github.com/Vermonster/vim-fsh.git ~/.vim/bundle/vim-fsh
" vim-plug
Plug 'Vermonster/vim-fsh'
" Vundle
Plugin 'Vermonster/vim-fsh'
" NeoBundle
NeoBundle 'Vermonster/vim-fsh'