public interface SyntaxHighlighter extends SciJavaPlugin, org.fife.ui.rsyntaxtextarea.TokenMaker
Third-party libraries can provide syntax highlighter plugins for the script
editor by implementing this interface, extending the TokenMaker
and
providing the lower-cased language name as label
.
addNullToken, addToken, getClosestStandardTokenTypeForInternalType, getCurlyBracesDenoteCodeBlocks, getInsertBreakAction, getLastTokenTypeOnLine, getLineCommentStartAndEnd, getMarkOccurrencesOfTokenType, getOccurrenceMarker, getShouldIndentNextLineAfter, getTokenList, isIdentifierChar, isMarkupLanguage
Copyright © 2015–2022 SciJava. All rights reserved.