Set the tokens provider for a language (monarch implementation). This tokenizer will be exclusive
with a tokenizer set using setTokensProvider, or with registerTokensProviderFactory, but will
work together with a tokens provider set using registerDocumentSemanticTokensProvider or
registerDocumentRangeSemanticTokensProvider.
Set the tokens provider for a language (monarch implementation). This tokenizer will be exclusive with a tokenizer set using
setTokensProvider
, or withregisterTokensProviderFactory
, but will work together with a tokens provider set usingregisterDocumentSemanticTokensProvider
orregisterDocumentRangeSemanticTokensProvider
.