Home
last modified time | relevance | path

Searched refs:document_highlight_kind (Results 1 – 5 of 5) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/runtime/lua/vim/lsp/
H A Dutil.lua1527 local document_highlight_kind = {
1535 document_highlight_kind[kind],
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/rust-analyzer/src/
H A Dto_proto.rs80 pub(crate) fn document_highlight_kind( in document_highlight_kind() function
H A Dhandlers.rs1260 kind: category.map(to_proto::document_highlight_kind), in handle_document_highlight()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/rust-analyzer/src/
H A Dto_proto.rs77 pub(crate) fn document_highlight_kind( in document_highlight_kind() function
H A Dhandlers.rs1250 kind: category.map(to_proto::document_highlight_kind), in handle_document_highlight()