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 - variables in sh scripts are not highlighted
Summary: variables in sh scripts are not highlighted
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-13 13:03 UTC by Radim Roska
Modified: 2007-06-13 13:03 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.