diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2023-06-25 23:44:45 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2023-06-26 11:29:12 +0200 |
commit | 17c59e417f818804187d85760765d51feb4d9c21 (patch) | |
tree | 2a10fd8c0b30c0c15faffaf6b3f36a43f1542e65 /test/functional/vimscript/uniq_spec.lua | |
parent | 99cb1f0c378d9c47e25ad8bda1056b7308e233c7 (diff) | |
download | rneovim-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/uniq_spec.lua')
0 files changed, 0 insertions, 0 deletions