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

Summary: Wrong syntax highlight for array extension
Product: php Reporter: meridius
Component: Neon filesAssignee: Tomas Mysik <tmysik>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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