Package | Description |
---|---|
org.gjt.sp.jedit.buffer |
Buffer event listeners, and classes used to implement jEdit's document model.
|
org.gjt.sp.jedit.syntax |
The jEdit syntax highlighting engine.
|
Modifier and Type | Method | Description |
---|---|---|
KeywordMap |
JEditBuffer.getKeywordMapAtOffset(int offset) |
Returns the syntax highlighting keyword map in effect at the
specified offset.
|
Modifier and Type | Method | Description |
---|---|---|
KeywordMap |
ParserRuleSet.getKeywords() |
Modifier and Type | Method | Description |
---|---|---|
void |
KeywordMap.add(KeywordMap map) |
Adds the content of another keyword map to this one.
|
void |
ParserRuleSet.setKeywords(KeywordMap km) |