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 244027 - .sh syntax highlighting could be richer
Summary: .sh syntax highlighting could be richer
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-23 11:53 UTC by iainhallam
Modified: 2014-04-23 11:53 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 iainhallam 2014-04-23 11:53:57 UTC
I'm used to seeing Linux shell scripts in NotePad++, using the Scintilla text editor component. The syntax highlighter that comes with that sees a difference between variables in braces and those without:

$VAR vs. ${VAR}

Being able to highlight them differently allows me to check for some kinds of common shell script errors where having the braces makes it easier to see what's going on, but in NetBeans, it looks as though I can only change the highlighting on ALL identifiers, rather than distinguish between them.

Does this need a grammar update to fix, or something deeper?