automation: Generate API documentation (#5798)

runtime: Add underscore to {} helpSpecial syntax pattern

docs: Added generated api-funcs.txt
This commit is contained in:
Tommy Allen
2017-01-03 07:11:19 -05:00
committed by Justin M. Keyes
parent efe1476d42
commit fd9cc8b0b2
3 changed files with 1231 additions and 1 deletions

View File

@@ -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]-.>"