sponsor Vim development Vim logo Vim Book Ad

Erlang_detectVariable : detect Erlang variables

 script karma  Rating 4/1, Downloaded by 1282  Comments, bugs, improvements  Vim wiki

created by
masami ito
 
script type
syntax
 
description
Erlang variables are formated in '[A-Z]\+[a-zA-Z0-9]*'.
because, enhace default erlang.vm.

see below:
----------------------------------------------------------------------------
syn match   erlangVariable         /[A-Z]\+[a-zA-Z0-9]*/
hi erlangVariable guifg=#23BF73
----------------------------------------------------------------------------
 
install details
put in $VIM\vimfiles\after\syntax\

( or more low grade runtimepath. if you understand this mean, show runtimepath option ":set runtimepath" )
 

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
erlang_detectVariables.zip 1.1 2009-05-23 7.0 masami ito this syntax file enhanced erlang-syntax and set color. put in $VIM\vimfiles\after\syntax ( or more low grade runtimepath. if you understand this mean, show runtimepath option ":set runtimepath" )

remove erlang_detectVariable 1.0.
erlang_detectVariables.zip 1.0 2009-05-20 7.0 masami ito i got wrong about 'initial script version' meaning.. orz
ip used for rating: 216.73.216.130

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github