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 246906 - Wrong syntax highlight for array extension
Summary: Wrong syntax highlight for array extension
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Neon files (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-06 21:24 UTC by meridius
Modified: 2016-08-10 01:54 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 meridius 2014-09-06 21:24:54 UTC
In the following .neon file Netbeans are underlining "%databaseInfo%:" as if it wasn't right syntax (although it is).

common:
	doctrine < %databaseInfo%:
		metadata:
			App\Entities: '%appDir%/entities'

master < common:
	parameters:
		databaseInfo:
			host: a
			user: a
			password: a
			dbname: a


test < common:
	parameters:
		databaseInfo:
			host: b
			user: b
			password: b
			dbname: b
Comment 1 Tomas Mysik 2016-08-09 13:24:56 UTC
Should be fixed now, please verify. Thanks.

http://hg.netbeans.org/web-main/rev/15fe26445575
Comment 2 Quality Engineering 2016-08-10 01:54:42 UTC
Integrated into 'main-silver', will be available in build *201608100002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/15fe26445575
User: Tomas Mysik <tmysik@netbeans.org>
Log: #246906 - Wrong syntax highlight for array extension