diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2022-10-18 10:18:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-18 07:18:44 -0700 |
| commit | ef4c339fb9de87f7534303e006c281e40327f803 (patch) | |
| tree | eefdc8944dc3c70b5ec283366964f30955bb38dd /CONTRIBUTING.md | |
| parent | 4d896be681d9b93ebe34cce38a5e787cd0332261 (diff) | |
| download | rneovim-ef4c339fb9de87f7534303e006c281e40327f803.tar.gz rneovim-ef4c339fb9de87f7534303e006c281e40327f803.tar.bz2 rneovim-ef4c339fb9de87f7534303e006c281e40327f803.zip | |
feat(docs): update parser, HTML gen #20720
Note: although the tolerance in help_spec.lua increased, the actual
error count with the new parser decreased by about 20%. The difference
is that the old ignore_parse_error() ignored many more errors with the
old parser.
fix https://github.com/neovim/tree-sitter-vimdoc/issues/37
fix https://github.com/neovim/tree-sitter-vimdoc/issues/44
fix https://github.com/neovim/tree-sitter-vimdoc/issues/47
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e993d33c52..50acffbef4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,9 @@ low-risk/isolated tasks: [Coverity](#coverity). - [Improve documentation](#documenting) - [Merge a Vim patch] (requires strong familiarity with Vim) + - NOTE: read the above link before sending improvements to "runtime files" (anything in `runtime/`). + - Vimscript and documentation files are (mostly) maintained by [Vim](https://github.com/vim/vim), not Nvim. + - Lua files are maintained by Nvim. Reporting problems ------------------ |