vim-root : Basic syntax highlighting for the ROOT Data Analysis Framework
script karma |
Rating 11/6,
Downloaded by 994 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Matthew Parnell |
|
script type |
syntax |
|
description |
Basic syntax highlighting for the ROOT Data Analysis Framework http://root.cern.ch/
Initially inspired by Theo Christoudias' plugin: cern_root.vim. (vimscript #2387)
In contrast to cern_root.vim, this plugin is structured to work with common Vim plugin managers. It attempts to be semantically correct, which also allows seamless integration with both the PyROOT, as well as the original C++ implementation. |
|
install details |
You can use the git repository with your favourite vim package manager:
https://github.com/parnmatt/vim-root
or manually:
$ mkdir -p vim-root ${VIMRUNTIME:-$HOME/.vim}/syntax/
$ tar -xzf vim-root*.tar.gz -C vim-root
$ mv vim-root/syntax/root.vim ${VIMRUNTIME:-$HOME/.vim}/syntax/
$ rm -rf vim-root* |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.85
|