mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 21:25:04 -07:00
vim-patch:d3b55d7: runtime(help): highlight CTRL-<Key> correctly (#30727)
d3b55d7f76
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
214ce8d33c
commit
5f04e4ac4f
@ -1,7 +1,7 @@
|
|||||||
" Vim syntax file
|
" Vim syntax file
|
||||||
" Language: Vim help file
|
" Language: Vim help file
|
||||||
" Maintainer: The Vim Project <https://github.com/vim/vim>
|
" Maintainer: The Vim Project <https://github.com/vim/vim>
|
||||||
" Last Change: 2024 Oct 05
|
" Last Change: 2024 Oct 08
|
||||||
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
|
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
|
||||||
|
|
||||||
" Quit when a (custom) syntax file was already loaded
|
" Quit when a (custom) syntax file was already loaded
|
||||||
@ -92,6 +92,7 @@ syn match helpSpecial "\[group]"
|
|||||||
syn match helpNormal "\[\(readonly\|fifo\|socket\|converted\|crypted\)]"
|
syn match helpNormal "\[\(readonly\|fifo\|socket\|converted\|crypted\)]"
|
||||||
|
|
||||||
syn match helpSpecial "CTRL-."
|
syn match helpSpecial "CTRL-."
|
||||||
|
syn match helpSpecial "CTRL-<\a\+>"
|
||||||
syn match helpSpecial "CTRL-SHIFT-."
|
syn match helpSpecial "CTRL-SHIFT-."
|
||||||
syn match helpSpecial "CTRL-Break"
|
syn match helpSpecial "CTRL-Break"
|
||||||
syn match helpSpecial "CTRL-PageUp"
|
syn match helpSpecial "CTRL-PageUp"
|
||||||
|
Loading…
Reference in New Issue
Block a user