aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-06-01 14:47:18 +0800
committerGitHub <noreply@github.com>2024-06-01 14:47:18 +0800
commit50f6d364c661b88a1edc5ffc8e284d1c0ff70810 (patch)
treef7ea9a710b49519d78982d358b0fdebd04f7864d
parentd62d181ce065556be51d5eda0425aa42f427cc27 (diff)
downloadrneovim-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.txt1
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