rocks.nvim icon indicating copy to clipboard operation
rocks.nvim copied to clipboard

Get an error message for "tree-sitter" at the "INSTALLATION COMPLETE" step

Open mimikun opened this issue 8 months ago • 7 comments

Install prompt:

Rocks installation path: /path/to/.local/share/nvim-rocks/rocks
Set up luarocks (recommended) ? :false

Get an error message for "tree-sitter" at the "INSTALLATION COMPLETE" step:

Error in decoration provider treesitter/highlighter.win:
Error executing lua: ...-linux64/share/nvim/runtime/lua/vim/treesitter/query.lua:252: Query error at 2:4. Invalid node t
ype "delimiter":
  (delimiter) @markup.heading.1
   ^

stack traceback:
        [C]: in function '_ts_parse_query'
        ...-linux64/share/nvim/runtime/lua/vim/treesitter/query.lua:252: in function 'fn'
        ...vim-linux64/share/nvim/runtime/lua/vim/func/_memoize.lua:58: in function 'fn'
        ...vim-linux64/share/nvim/runtime/lua/vim/func/_memoize.lua:58: in function 'get'
        ...64/share/nvim/runtime/lua/vim/treesitter/highlighter.lua:28: in function 'new'
        ...64/share/nvim/runtime/lua/vim/treesitter/highlighter.lua:240: in function 'get_query'
        ...64/share/nvim/runtime/lua/vim/treesitter/highlighter.lua:188: in function 'fn'
        ...4/share/nvim/runtime/lua/vim/treesitter/languagetree.lua:473: in function 'for_each_tree'
        ...64/share/nvim/runtime/lua/vim/treesitter/highlighter.lua:175: in function 'prepare_highlight_states'
        ...64/share/nvim/runtime/lua/vim/tr

env

  • OS:
    • Windows 10 Pro
    • Ubuntu 22.04(WSL2)
  • neovim: latest nightly
  • login shell: fish-shell

other

I'm using lua installed by mise and installing luarocks locally. Strangely enough, I can't reproduce this in another environment(Windows 11 Pro, Ubuntu 22.04(WSL) ).

mimikun avatar Jun 22 '24 03:06 mimikun