Module uvls::ide::color

source ยท
Expand description

Handle color highlighting for IDEs

Syntax highlight happens in here we mainly use tree-sitter queries to extract token and serialize them according to the lsp spec TODO make use of incremental parsing and updates this is fast enough for medium sized files but sinks at huge files

Structsยง

  • AbsToken ๐Ÿ”’
    Syntax highlight happens in here we mainly use tree-sitter queries to extract token and serialize them according to the lsp spec TODO make use of incremental parsing and updates this is fast enough for medium sized files but sinks at huge files
  • FileState ๐Ÿ”’

Enumsยง

Functionsยง