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 222220

Summary: Broken coloring of embedded JS and CSS in tag file
Product: javaee Reporter: Vladimir Riha <vriha>
Component: JSPAssignee: issues@javaee <issues>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P4    
Version: 7.2   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Riha 2012-11-15 14:35:07 UTC
Try e.g. this in tag file (java Web project, all default)

<script>
function test(){
a =1;
}
</script>

=> test is not bold, a is not purple but function is blue. Similar case is for embedded CSS where are no colors but black. Code completion seems to be working fine.



Product Version: NetBeans IDE Dev (Build 201211150001)
Java: 1.7.0_10-ea; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-ea-b15
System: Mac OS X version 10.8.2 running on x86_64; US-ASCII; en_US (nb)
Comment 1 Martin Balin 2016-07-07 08:54:56 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss