semanticTokens property
The semantic tokens generated by the LSP server. Used for LSP based syntax highlighting.
Implementation
final ValueNotifier<(List<LspSemanticToken>?, int)> semanticTokens =
ValueNotifier((null, 0));
The semantic tokens generated by the LSP server. Used for LSP based syntax highlighting.
final ValueNotifier<(List<LspSemanticToken>?, int)> semanticTokens =
ValueNotifier((null, 0));