Skip to content

fpnick/flowhighlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published