neovim / tree-sitter-vimdoc

Tree-sitter parser for Vim help files
Apache License 2.0
103 stars 13 forks source link

parse error: lsp.txt #38

Closed manuraj17 closed 2 years ago

manuraj17 commented 2 years ago

Found tree-sitter-vimdoc parse error at: https://neovim.io/doc/user/lsp.html

Context:

    the file system upwards starting from the current directory until either a
    `pyproject.toml` or `setup.py` file is found.

    `workspace_folders` a list of { uri:string, name: string } tables. The
    project root folders used by the language server. If `nil` the property is
    derived from the `root_dir` for convenience.