Anybody know what’s going on?

  • 𝘋𝘪𝘳𝘬@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    It’s sad but it is what it is. I wish the author all the best and that they get well soon. But I want to focus on the technical side.

    Some tree-sitter functionality and highlighting is already in Neovim. For Lua, even the highlighting groups (@...) are available. So this is mostly fine.

    What’s missing for me is a way to get the highlighting groups to other file types, like HTML or JSON, etc. There is some highlighting, so I guess the general parsing from the built-in treesitter is done.

    I wonder how we can do this manually either by configuration or using a minimalist plugin.