public interface SyntaxHighlighter
| Modifier and Type | Method and Description |
|---|---|
org.fxmisc.richtext.model.StyleSpans<java.util.Collection<java.lang.String>> |
computeHighlighting(java.lang.String text)
Computes the syntax highlighting on the given text.
|
java.lang.String |
getLanguageTerseName()
Gets the terse name of the language this highlighter cares for.
|
java.lang.String getLanguageTerseName()
org.fxmisc.richtext.model.StyleSpans<java.util.Collection<java.lang.String>> computeHighlighting(java.lang.String text)
text - The textCopyright © 2002–2017 PMD. All rights reserved.