dict

Function dict 

Source
pub fn dict() -> Dictionary
Expand description

[Dictionary] of buffer text helpers.

Entries:

  • "get_visual_selection": wraps [ytil_noxi::visual_selection::get_lines] and returns the current visual selection (inclusive) as lines.
  • "get_token_under_cursor": wraps crate::buffer::token_under_cursor::get and returns a classified token under the cursor.

Intended for exposure to Lua.