neovim / tree-sitter-vimdoc

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

parse error: options.txt #59

Closed Trard closed 1 year ago

Trard commented 1 year ago

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

Context:

          Note that there is no '%' before the closing '}'.  The
          expression cannot contain a '}' character, call a function to
          work around that.  See |stl-%{| below.
    {% -  This is almost same as { except the result of the expression is
          re-evaluated as a statusline format string.  Thus if the
          return value of expr contains % items they will get expanded.
          The expression can contain the } character, the end of