diff --git a/C++/syntax_test_c.c b/C++/syntax_test_c.c index 44874b80cd..3f90fb6f52 100644 --- a/C++/syntax_test_c.c +++ b/C++/syntax_test_c.c @@ -356,8 +356,7 @@ int disabled_func() { #endif #if 0000000 -/* - ^^^^^^^ meta.number constant.numeric.value +/* ^^^^^^^ meta.number constant.numeric.value */ #endif @@ -372,8 +371,7 @@ int disabled_func() { #endif #if 0090 -/* - ^^^^ meta.number constant.numeric.value +/* ^^^^ meta.number constant.numeric.value */ #endif diff --git a/C++/syntax_test_cpp.cpp b/C++/syntax_test_cpp.cpp index becdfcacff..ab95fdab01 100644 --- a/C++/syntax_test_cpp.cpp +++ b/C++/syntax_test_cpp.cpp @@ -249,14 +249,12 @@ some_namespace::some_function(int a_parameter, double another_parameter) { #endif #if 0000000 -/* - ^^^^^^^ meta.number constant.numeric.value +/* ^^^^^^^ meta.number constant.numeric.value */ #endif #if 0090 -/* - ^^^^ meta.number constant.numeric.value +/* ^^^^ meta.number constant.numeric.value */ #endif