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 121272 - Wrong syntax highlighting of 'environment-linking'
Summary: Wrong syntax highlighting of 'environment-linking'
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: YAML (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-06 10:55 UTC by Martin Krauskopf
Modified: 2008-08-29 09:26 UTC (History)
1 user (show)

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 Martin Krauskopf 2007-11-06 10:55:01 UTC
Try the following syntactically correctly sample:

====
development:
  adapter: mysql
  database: hello_development
  username: root
  password:
  host: localhost
  socket: /var/run/mysqld/mysqld.sock

production:
  development
====

'development' is underscored by red line which is wrong.
Comment 1 Jan Jancura 2007-11-09 08:05:39 UTC
"====" not supported
Comment 2 Martin Krauskopf 2007-11-09 08:22:31 UTC
You missed the point a little bit. The content of the file is between those '===='. Those '====' are not part of the
yaml file. Only 10 lines between them. Sorry if that confused you.
Comment 3 Jan Jancura 2007-11-09 08:35:34 UTC
ok
Comment 4 Torbjorn Norbye 2008-07-01 18:11:22 UTC
This works in the new YAML editor.