mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
automation: Generate API documentation (#5798)
runtime: Add underscore to {} helpSpecial syntax pattern
docs: Added generated api-funcs.txt
This commit is contained in:
committed by
Justin M. Keyes
parent
efe1476d42
commit
fd9cc8b0b2
@@ -59,7 +59,7 @@ syn match helpSpecial "\[N]"
|
||||
syn match helpSpecial "N N"he=s+1
|
||||
syn match helpSpecial "Nth"me=e-2
|
||||
syn match helpSpecial "N-1"me=e-2
|
||||
syn match helpSpecial "{[-a-zA-Z0-9'"*+/:%#=[\]<>.,]\+}"
|
||||
syn match helpSpecial "{[-_a-zA-Z0-9'"*+/:%#=[\]<>.,]\+}"
|
||||
syn match helpSpecial "\s\[[-a-z^A-Z0-9_]\{2,}]"ms=s+1
|
||||
syn match helpSpecial "<[-a-zA-Z0-9_]\+>"
|
||||
syn match helpSpecial "<[SCM]-.>"
|
||||
|
||||
Reference in New Issue
Block a user