This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 138375 - Syntax highlight for <%= %> is broken
Summary: Syntax highlight for <%= %> is broken
Status: RESOLVED DUPLICATE of bug 137688
Alias: None
Product: ruby
Classification: Unclassified
Component: RHTML (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-26 15:22 UTC by polan
Modified: 2009-05-19 15:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description polan 2008-06-26 15:22:13 UTC
[Build 200806260103, JDK 1.6.0]

To reproduce:

1) Have .erb file with code like (| is cursor):

  <%= link_to "Refresh", :action => "myview" %>|

ERROR: Last > bracket is considered invalid and highlighted red.
NOTE: The > bracket from '=>' is apparently considered as a closing one
Comment 1 Erno Mononen 2009-05-19 15:18:12 UTC

*** This issue has been marked as a duplicate of 137688 ***