diff options
author | Tommy Allen <tommy@esdf.io> | 2017-01-03 07:11:19 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-01-03 13:11:19 +0100 |
commit | fd9cc8b0b2157d0b0b1c1ceb3105fc7b7722949d (patch) | |
tree | cb61d84cb24a5940e6bfc6618a7f550330d89fb3 /runtime/syntax | |
parent | efe1476d4293170496f0e933a4d3c955f0559b03 (diff) | |
download | rneovim-fd9cc8b0b2157d0b0b1c1ceb3105fc7b7722949d.tar.gz rneovim-fd9cc8b0b2157d0b0b1c1ceb3105fc7b7722949d.tar.bz2 rneovim-fd9cc8b0b2157d0b0b1c1ceb3105fc7b7722949d.zip |
automation: Generate API documentation (#5798)
runtime: Add underscore to {} helpSpecial syntax pattern
docs: Added generated api-funcs.txt
Diffstat (limited to 'runtime/syntax')
-rw-r--r-- | runtime/syntax/help.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/help.vim b/runtime/syntax/help.vim index b3c7f2a63e..41bb0b1938 100644 --- a/runtime/syntax/help.vim +++ b/runtime/syntax/help.vim @@ -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]-.>" |