mirror of
https://github.com/zed-industries/zed.git
synced 2026-07-10 00:13:29 +00:00
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:
parent
e0212b8922
commit
f1e87022a7
2 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,8 @@
|
|||
[
|
||||
"#define"
|
||||
"#elif"
|
||||
"#elifdef"
|
||||
"#elifndef"
|
||||
"#else"
|
||||
"#endif"
|
||||
"#if"
|
||||
|
|
|
|||
|
|
@ -168,6 +168,8 @@ type: (primitive_type) @type.builtin
|
|||
[
|
||||
"#define"
|
||||
"#elif"
|
||||
"#elifdef"
|
||||
"#elifndef"
|
||||
"#else"
|
||||
"#endif"
|
||||
"#if"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue