aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-01-24 10:01:27 +0100
committerChristian Clason <c.clason@uni-graz.at>2024-01-24 11:05:25 +0100
commit0c1119ac7581e99d970b194d969b8776255cff44 (patch)
treef0769ea99bb44f3c0d2dcd7ca806b7ecde3d633c /runtime/doc
parent9808a781d36b22f442eb7cb7e1246f405caa7255 (diff)
downloadrneovim-0c1119ac7581e99d970b194d969b8776255cff44.tar.gz
rneovim-0c1119ac7581e99d970b194d969b8776255cff44.tar.bz2
rneovim-0c1119ac7581e99d970b194d969b8776255cff44.zip
vim-patch:ca0e9823a1df
runtime(c): Highlight user defined functions closes: vim/vim#13763 https://github.com/vim/vim/commit/ca0e9823a1dfd71a17c0f08cb7973d413bf98999 Co-authored-by: Luca Saccarola <github.e41mv@aleeas.com>
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/syntax.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 9164171152..afcf568a81 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -989,6 +989,8 @@ Variable Highlight ~
*c_no_c99* don't highlight C99 standard items
*c_no_c11* don't highlight C11 standard items
*c_no_bsd* don't highlight BSD specific types
+*c_functions* highlight function calls and definitions
+*c_function_pointers* highlight function pointers definitions
When 'foldmethod' is set to "syntax" then `/* */` comments and { } blocks will
become a fold. If you don't want comments to become a fold use: >