Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 666 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 666 Bytes

vim-fsh

FHIR Shorthand (fsh) syntax plugin for Vim.

Description

Features:

  • Syntax highlighting for FSH
  • Filetype detection for .fsh files

Installation

Plugin Managers

# 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'