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 148349 - YAML editor does not colorize when the source code begins with an ERB code.
Summary: YAML editor does not colorize when the source code begins with an ERB code.
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-25 13:13 UTC by tkrd_oiax
Modified: 2011-01-28 20:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
'tommy', 'name', etc. should be shown with blue color. (15.52 KB, image/png)
2008-09-25 13:18 UTC, tkrd_oiax
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tkrd_oiax 2008-09-25 13:13:20 UTC
YAML editor does not colorize the following source code:

<% require 'pin' %>

tommy:
  name: tommy
  pin: <%= Pin.generate %>
bob:
  name: bob
  pin: <%= Pin.generate %>
Comment 1 tkrd_oiax 2008-09-25 13:18:18 UTC
Created attachment 70569 [details]
'tommy', 'name', etc. should be shown with blue color.