Skip to content

Commit

Permalink
docs(CONTRIBUTING): mention process of changing ft detection
Browse files Browse the repository at this point in the history
  • Loading branch information
zeertzjq committed May 2, 2024
1 parent e778e01 commit 3c70cb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ low-risk/isolated tasks:
- Fix bugs found by [Coverity](#coverity).
- [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.
- Vimscript and documentation files are (mostly) maintained by [Vim], not Nvim.
- Nvim's filetype detection behavior should match Vim, so changes to filetype detection should be submitted to [Vim] first.
- Lua files are maintained by Nvim.

Reporting problems
Expand Down Expand Up @@ -352,6 +353,7 @@ as context, use the `-W` argument as well.
[Cirrus CI]: https://cirrus-ci.com/github/neovim/neovim
[Clang report]: https://neovim.io/doc/reports/clang/
[GitHub Actions]: https://github.com/neovim/neovim/actions
[Vim]: https://github.com/vim/vim
[clangd]: https://clangd.llvm.org
[Merge a Vim patch]: https://neovim.io/doc/user/dev_vimpatch.html
[complexity:low]: https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Acomplexity%3Alow
Expand Down

0 comments on commit 3c70cb0

Please sign in to comment.