Module core

Module core 

Source
Expand description

Re-export of the auto_lsp_core crate

Modules§

ast
document
Document handling
document_symbols_builder
Document symbols builder
errors
parsers
regex
semantic_tokens_builder
Semantic tokens builder
utils

Macros§

dispatch
Calls a method on any node that matches any of the provided types. Unlike dispatch_once, it will not return.
dispatch_once
Calls a method on the first node that matches any of the provided types. Returns the result of the method call.