This is a Vim plugin that highlights if-else-endif structures in different colors based on their 'level' in the program flow. As of October 2015 only works with Fortran. VERY EARLY DEVELOPMENT VERSION!
Use your plugin manager of choice.
- Pathogen
git clone https://github.com/fpnick/flowhighlight ~/.vim/bundle/flowhighlight
- Vundle
- Add
Bundle 'https://github.com/fpnick/flowhighlight'
to .vimrc - Run
:BundleInstall
- Add
- NeoBundle
- Add
NeoBundle 'https://github.com/fpnick/flowhighlight'
to .vimrc - Run
:NeoBundleInstall
- Add
- vim-plug
- Add
Plug 'https://github.com/fpnick/flowhighlight'
to .vimrc - Run
:PlugInstall
- Add
- 0.1.1
- Added refresh function
- Extend to other languages.