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" ) |
| |
script versions (upload new version)
Click on the package to download.
| 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
|