public class ShellHighlighting extends Object
| Constructor and Description |
|---|
ShellHighlighting(String script)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<HighlightingData> |
getHighlightingData()
Returns the list of highlighting data found for the Shell script
|
public ShellHighlighting(String script)
script - the Shell code to be highlightedIllegalArgumentException - if script is nullpublic List<HighlightingData> getHighlightingData()
null)Copyright © 2018–2019. All rights reserved.