Skip to content

Commit

Permalink
[C] Adjust syntax tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Oct 24, 2024
1 parent d8ff6e2 commit b5cd831
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions C++/syntax_test_c.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,11 +590,11 @@ int foo(int val, float val2[])
/* ^^ keyword.control */
/* ^ meta.block meta.block punctuation.section.block.begin */
#elifdef BAR
/* ^ meta.block meta.block */
/* <- keyword.control.import */
if (val == -2) {
/* ^ meta.block meta.block punctuation.section.block.begin */
#elifndef BAZ
/* ^ meta.block meta.block */
/* <- keyword.control.import */
if (val == -3) {
/* ^ meta.block meta.block punctuation.section.block.begin */
#else
Expand Down
4 changes: 2 additions & 2 deletions Objective-C/syntax_test_objc.m
Original file line number Diff line number Diff line change
Expand Up @@ -535,11 +535,11 @@ int foo(int val, float val2[])
if (val == -1) {
/* ^ meta.block meta.block punctuation.section.block.begin */
#elifdef BAR
/* ^ meta.block meta.block */
/* <- keyword.control.import */
if (val == -2) {
/* ^ meta.block meta.block punctuation.section.block.begin */
#elifndef BAZ
/* ^ meta.block meta.block */
/* <- keyword.control.import */
if (val == -3) {
/* ^ meta.block meta.block punctuation.section.block.begin */
#else
Expand Down

0 comments on commit b5cd831

Please sign in to comment.