Ruby: disable mechanism to find |proc_arg| because of buggy site effects

It is nearly impossible to detect |proc_arg| and to distinguish it from e.g. a | b | c
as an expression - currently the proc_arg hiliter assumes that there are no spaces around
the proc_arg which is too narrow. Yesterday I encountered a buggy site effect that |i1| the
1 is hilited like a number... so I should disable this feature which is currently not enabled
by default completely.
This commit is contained in:
cn 2012-03-31 20:43:37 +02:00
parent 55d1d3bf83
commit ef99b6b10c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
# higher level, ruby specific
":" maybe_symbol
"|" proc_arg
# "|" proc_arg
"@" class_member1
# / / regex not allowed after terms