8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a848f75 + dfe1c11 commit 178e581Copy full SHA for 178e581
syntax/c.vim
@@ -295,7 +295,7 @@ if !exists("c_no_ansi") || exists("c_ansi_constants") || exists("c_gnu")
295
syn keyword cConstant SCHAR_MIN SINT_MIN SLONG_MIN SSHRT_MIN
296
syn keyword cConstant SCHAR_MAX SINT_MAX SLONG_MAX SSHRT_MAX
297
if !exists("c_no_c99")
298
- syn keyword cConstant __func__
+ syn keyword cConstant __func__ __VA_ARGS__
299
syn keyword cConstant LLONG_MIN LLONG_MAX ULLONG_MAX
300
syn keyword cConstant INT8_MIN INT16_MIN INT32_MIN INT64_MIN
301
syn keyword cConstant INT8_MAX INT16_MAX INT32_MAX INT64_MAX
0 commit comments