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 200274 - Ruby Syntax highlighter fails to detect JSON notation when declaring hashes, through is a valid notation
Summary: Ruby Syntax highlighter fails to detect JSON notation when declaring hashes, ...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-21 02:09 UTC by Zequez
Modified: 2011-07-21 08:26 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 Zequez 2011-07-21 02:09:07 UTC
Product Version = NetBeans IDE 7.0 (Build 201104080000)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_24
Runtime = Java HotSpot(TM) Client VM 19.1-b02

Ruby Sintax highligher fails to detect JSON notation when declaring hashes, through is a valid notation:

{key: "value"}

is the same as

{:key => "value"}

but Netbeans throw a syntax error