menu
tree_sitter_dart package
documentation
tree_sitter.dart
TreeSitterWasmStore
callLexKeyword method
callLexKeyword method
dark_mode
light_mode
callLexKeyword
method
bool
callLexKeyword
(
int
state
)
Implementation
bool callLexKeyword(int state) => _call(false, (instance) => instance.lexKeyword(state));
tree_sitter_dart package
documentation
tree_sitter
TreeSitterWasmStore
callLexKeyword method
TreeSitterWasmStore class