[][src]Module slide_ls::services::highlight

Provides semantic highlight services. See get_semantic_highlights for more information.

Functions

get_semantic_highlights

Returns semantic highlighting ranges relevant to a position in a document. If the position is over an identifier (variable), all references to that variable are returned. Otherwise, nothing is returned.