mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
21 lines
535 B
Markdown
21 lines
535 B
Markdown
|
yang.vim
|
||
|
========
|
||
|
|
||
|
YANG syntax highlighting and other niceties for VIM. Use with [Vundle](https://github.com/VundleVim/Vundle.vim) via:
|
||
|
|
||
|
```vim
|
||
|
Plugin 'nathanalderson/yang.vim'
|
||
|
```
|
||
|
|
||
|
Don't forget to run `:PluginInstall`.
|
||
|
|
||
|
Credit
|
||
|
======
|
||
|
|
||
|
I didn't actually write any of the syntax highlighting. It was originally downloaded from
|
||
|
http://www.yang-central.org/twiki/pub/Main/YangTools/yang.vim.
|
||
|
|
||
|
Thanks to all the contributors who have continued to expand and improve this plugin.
|
||
|
|
||
|
If you notice a new version or have a change, let me know.
|