Skip to content

Commit 074200f

Browse files
committed
Don't highlight block parameters
As loathe as I am to change decade old defaults, highlighting block parameters is as arbitrary as it is stupid. Change it to be highlighted the same as method and stabby proc parameters, that is, not at all.
1 parent 64052f0 commit 074200f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

syntax/ruby.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,6 @@ hi def link rubyConstant Type
527527
hi def link rubyClassName rubyConstant
528528
hi def link rubyModuleName rubyConstant
529529
hi def link rubyGlobalVariable rubyIdentifier
530-
hi def link rubyBlockParameter rubyIdentifier
531530
hi def link rubyInstanceVariable rubyIdentifier
532531
hi def link rubyPredefinedIdentifier rubyIdentifier
533532
hi def link rubyPredefinedConstant rubyPredefinedIdentifier

0 commit comments

Comments
 (0)