sponsor Vim development Vim logo Vim Book Ad

csc.vim : Essbase script syntax file

 script karma  Rating 0/0, Downloaded by 887  Comments, bugs, improvements  Vim wiki

created by
Anthony Yuan
 
script type
syntax
 
description
Essbase script syntax file, with several bug fixes, improvements and additions.  Should be up-to-date with all features of Essbase 9.  If anything is missing, broken, not working well on your setup, or an inconvenience for you, please let me know, all feedback is welcome: <yyq123 at gmail.com>.

Enhancements:
-------------
* FIX...ENDFIX : lightcyan
* Substitution Variable : Identifier
* Cross Dimension Operator : Special
* Ess_LOCALE : Comment

Screenshots:
-------------
http://www.flickr.com/photos/yyq123/5382671335/
 
install details
1. Copy csc.vim to: ~/.vim/syntax/csc.vim or
$VIMFILES\syntax\csc.vim

2. Add the following commands to your vimrc file:
augroup filetypedetect
   au BufNewFile,BufRead *.csc setfiletype csc
augroup END
 

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
csc.vim 0.2 2011-01-24 7.0 Anthony Yuan * Add: @CURRMBR, @CALCMODE, @ISATTRIBUTE, @ATTRIBUTEBVAL, @XREF, @COUNT, @RANGE
* Add: SET CALCTASKDIMS
* Modify: FIX...ENDFIX
csc.vim 0.1 2010-12-28 7.0 Anthony Yuan Initial upload
ip used for rating: 3.142.135.86

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