Add missing #elifdef, #elifndef directives to C/C++ highlights (#45672)

Release Notes:

- Add missing #elifdef, #elifndef directives to C/C++ highlights.
This commit is contained in:
Haojian Wu 2026-01-22 12:51:31 +01:00 committed by GitHub
parent e0212b8922
commit f1e87022a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -29,6 +29,8 @@
[
"#define"
"#elif"
"#elifdef"
"#elifndef"
"#else"
"#endif"
"#if"

View file

@ -168,6 +168,8 @@ type: (primitive_type) @type.builtin
[
"#define"
"#elif"
"#elifdef"
"#elifndef"
"#else"
"#endif"
"#if"