Reclassify several keywords in the C syntax file that were all lumped into cStorageClass. const, volatile, restrict and _Atomic become cTypeQualifier, while inline and _Noreturn become cFunctionSpec. The C23 standard attributes deprecated, fallthrough, maybe_unused, nodiscard, unsequenced and reproducible are now highlighted as cStandardAttribute, and the existing noreturn moves into that group as well.
The three new groups link to cStorageClass rather than directly to StorageClass, so the default appearance is identical and users who already override cStorageClass keep their colors, while finer-grained customization (coloring qualifiers or attributes separately) becomes possible.
Fixes #19574
https://github.com/vim/vim/pull/20368
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
thanks
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()