sponsor Vim development Vim logo Vim Book Ad

vim-root : Basic syntax highlighting for the ROOT Data Analysis Framework

 script karma  Rating 11/6, Downloaded by 931  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*
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-root-1.0.1.tar.gz 1.0.1 2016-09-04 7.0 Matthew Parnell Uploaded documentation
vim-root_v1.0.0.tar.gz 1.0.0 2014-07-28 6.0 Matthew Parnell Initial upload
ip used for rating: 3.149.239.110

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github