diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-06-01 14:47:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-01 14:47:18 +0800 |
commit | 50f6d364c661b88a1edc5ffc8e284d1c0ff70810 (patch) | |
tree | f7ea9a710b49519d78982d358b0fdebd04f7864d | |
parent | d62d181ce065556be51d5eda0425aa42f427cc27 (diff) | |
download | rneovim-50f6d364c661b88a1edc5ffc8e284d1c0ff70810.tar.gz rneovim-50f6d364c661b88a1edc5ffc8e284d1c0ff70810.tar.bz2 rneovim-50f6d364c661b88a1edc5ffc8e284d1c0ff70810.zip |
vim-patch:0bdc5d8: runtime(doc): Add ft_hare.txt to Reference Manual TOC (#29120)
while at it, also re-align ft_context.txt with the rest of the
list.
closes: vim/vim#14863
https://github.com/vim/vim/commit/0bdc5d8241335c3451f629eed7a3734021d41679
Co-authored-by: h-east <h.east.727@gmail.com>
-rw-r--r-- | runtime/doc/help.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index 43f80101ed..685bce2553 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -127,6 +127,7 @@ PROGRAMMING LANGUAGE SUPPORT |filetype| Settings for specific types of files |quickfix| Commands for a quick edit-compile-fix cycle |ft_ada.txt| Ada filetype plugin +|ft_hare.txt| Filetype plugin for Hare |ft_ps1.txt| PowerShell filetype plugin |ft_raku.txt| Raku filetype plugin |ft_rust.txt| Rust filetype plugin |