Vim syntax for Junos configuration files
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
emily 9a0c1391d6
Update 'syntax/junoscli.vim'
2 years ago
ftdetect Update 'ftdetect/junoscli.vim' 2 years ago
syntax Update 'syntax/junoscli.vim' 2 years ago
README.md Update 'README.md' 2 years ago

README.md

junos.vim

Vim syntax for Junos configuration files.

                               | before | after

-----------------------------------|--------|------ show configuration | config_before | config_after show configuration | display set |config-set_before | config_after

Author

momota

License

MIT

Installation

Manually

  1. Put all files under $VIM.

Pathogen

  1. Install with the following command.

     git clone https://github.com/momota/junos.vim ~/.vim/bundle/junos.vim
    

NeoBundle

  1. Add the following configuration to your .vimrc.

     NeoBundle 'momota/junos.vim'
    
  2. Install with :NeoBundleInstall.

Usage

Save junos configuration file as *.junoscli.

Or execute :set ft=junoscli