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 106486

Summary: variables in sh scripts are not highlighted
Product: obsolete Reporter: Radim Roska <rroska>
Component: languagesAssignee: issues@obsolete <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Radim Roska 2007-06-13 13:03:59 UTC
Product Version: NetBeans IDE Dev (Build 070613) 
Java: 1.5.0_08; Java HotSpot(TM) Client VM 1.5.0_08-b03 
System: Linux version 2.6.20-15-generic running on i386; UTF-8; en_US (nb)

#!/bin/sh

var="text"

I think var should be highlighted.