aboutsummaryrefslogtreecommitdiff
path: root/test/functional/vimscript/let_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2023-06-25 23:44:45 +0200
committerJustin M. Keyes <justinkz@gmail.com>2023-06-26 11:29:12 +0200
commit17c59e417f818804187d85760765d51feb4d9c21 (patch)
tree2a10fd8c0b30c0c15faffaf6b3f36a43f1542e65 /test/functional/vimscript/let_spec.lua
parent99cb1f0c378d9c47e25ad8bda1056b7308e233c7 (diff)
downloadrneovim-17c59e417f818804187d85760765d51feb4d9c21.tar.gz
rneovim-17c59e417f818804187d85760765d51feb4d9c21.tar.bz2
rneovim-17c59e417f818804187d85760765d51feb4d9c21.zip
fix(docs): vimdoc syntax errors
Prepare for https://github.com/neovim/tree-sitter-vimdoc/pull/108 which improves `{arg}` highlighting in many common cases: vim.foo({bar}) vim.foo( {bar}) nvim_foo({bar}) nvim_foo({bar},{baz}) nvim_foo({bar}, {baz}) foo[{buf}] The tradeoff is that things like `"[{"` are flagged as parse errors. We could avoid if we drop support for `foo[{buf}]`, but that is rather common (see `builtin.txt`).
Diffstat (limited to 'test/functional/vimscript/let_spec.lua')
0 files changed, 0 insertions, 0 deletions