SyntaxHighlighter class
Methods
-
applyDocumentEdit(int editStart, int oldEnd, String insertedText, String fullText)
→ void
-
-
buildHighlightedParagraph(int lineIndex, String lineText, ParagraphStyle paragraphStyle, double fontSize, String? fontFamily, {double? width})
→ Paragraph
-
-
dispose()
→ void
-
-
getLineSpan(int lineIndex, String lineText)
→ TextSpan?
-
-
invalidateAll()
→ void
-
-
invalidateLines(Set<int> lines)
→ void
-
-
invalidateRange(int startLine, int endLine)
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
preHighlightLines(int startLine, int endLine, String getLineText(int))
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateSemanticTokens(List<LspSemanticToken> tokens, String fullText)
→ void
-