Skip to content

Latest commit

 

History

History
executable file
·
32 lines (24 loc) · 981 Bytes

README.md

File metadata and controls

executable file
·
32 lines (24 loc) · 981 Bytes

flowhighlight

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!

Screenshot

Installation

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
  • NeoBundle
    • Add NeoBundle 'https://github.com/fpnick/flowhighlight' to .vimrc
    • Run :NeoBundleInstall
  • vim-plug
    • Add Plug 'https://github.com/fpnick/flowhighlight' to .vimrc
    • Run :PlugInstall

Changelog

  • 0.1.1
    • Added refresh function

Todo

  1. Extend to other languages.