| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,7 @@ | |||
| 1 | + 2005-08-30 Doug Kearns <djkea2@gus.gscit.monash.edu.au> | ||
| 2 | + | ||
| 3 | + * syntax/ruby.vim: remove rubyIterator HiLink command line | ||
| 4 | + | ||
| 1 | 5 | 2005-08-27 Doug Kearns <djkea2@gus.gscit.monash.edu.au> | |
| 2 | 6 | ||
| 3 | 7 | * bin/vim-ruby-install.rb: add Env.determine_home_dir using | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -79,10 +79,10 @@ syn region rubySymbol start=":\@<!:\"" end="\"" skip="\\\\\|\\\"" | |||
| 79 | 79 | syn match rubyBlockParameter "\%(\%(\<do\>\|{\)\s*\)\@<=|\s*\zs[( ,a-zA-Z0-9_*)]\+\ze\s*|" display | |
| 80 | 80 | ||
| 81 | 81 | syn match rubyPredefinedVariable #$[!$&"'*+,./0:;<=>?@\`~1-9]# | |
| 82 | - syn match rubyPredefinedVariable "$_\>" display | ||
| 83 | - syn match rubyPredefinedVariable "$-[0FIKadilpvw]\>" display | ||
| 84 | - syn match rubyPredefinedVariable "$\%(deferr\|defout\|stderr\|stdin\|stdout\)\>" display | ||
| 85 | - syn match rubyPredefinedVariable "$\%(DEBUG\|FILENAME\|KCODE\|LOAD_PATH\|SAFE\|VERBOSE\)\>" display | ||
| 82 | + syn match rubyPredefinedVariable "$_\>" display | ||
| 83 | + syn match rubyPredefinedVariable "$-[0FIKadilpvw]\>" display | ||
| 84 | + syn match rubyPredefinedVariable "$\%(deferr\|defout\|stderr\|stdin\|stdout\)\>" display | ||
| 85 | + syn match rubyPredefinedVariable "$\%(DEBUG\|FILENAME\|KCODE\|LOAD_PATH\|SAFE\|VERBOSE\)\>" display | ||
| 86 | 86 | syn match rubyPredefinedConstant "\%(\%(\.\@<!\.\)\@<!\|::\)\_s*\zs\%(MatchingData\|ARGF\|ARGV\|ENV\)\>\%(\s*(\)\@!" | |
| 87 | 87 | syn match rubyPredefinedConstant "\%(\%(\.\@<!\.\)\@<!\|::\)\_s*\zs\%(DATA\|FALSE\|NIL\|RUBY_PLATFORM\|RUBY_RELEASE_DATE\)\>\%(\s*(\)\@!" | |
| 88 | 88 | syn match rubyPredefinedConstant "\%(\%(\.\@<!\.\)\@<!\|::\)\_s*\zs\%(RUBY_VERSION\|STDERR\|STDIN\|STDOUT\|TOPLEVEL_BINDING\|TRUE\)\>\%(\s*(\)\@!" | |
@@ -252,7 +252,6 @@ if version >= 508 || !exists("did_ruby_syntax_inits") | |||
| 252 | 252 | HiLink rubyConstant rubyIdentifier | |
| 253 | 253 | HiLink rubyGlobalVariable rubyIdentifier | |
| 254 | 254 | HiLink rubyBlockParameter rubyIdentifier | |
| 255 | - HiLink rubyIterator rubyBlockParameter " NOTE: deprecated | ||
| 256 | 255 | HiLink rubyInstanceVariable rubyIdentifier | |
| 257 | 256 | HiLink rubyPredefinedIdentifier rubyIdentifier | |
| 258 | 257 | HiLink rubyPredefinedConstant rubyPredefinedIdentifier | |
| Back | FazBrowse Home | New Git URL |
0 commit comments