File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ color green "\<((const|dynamic|reinterpret|static)_cast)\>"
13
13
color green " \< (alignas| alignof| asm| auto| compl| concept| constexpr| decltype| export| noexcept| nullptr| requires| static_assert| thread_local| typeid| override| final)\> "
14
14
color green " \< (and| and_eq| bitand| bitor| not| not_eq| or| or_eq| xor| xor_eq)\> "
15
15
color brightmagenta " \< (goto| continue| break| return)\> "
16
- color brightcyan " ^ [[:space :] ]* #[[:space :] ]* (define| include| (un| ifn? )def| endif| el(if| se)| if| warning| error)"
16
+ color brightcyan " ^ [[:space :] ]* #[[:space :] ]* (pragma | define| include| (un| ifn? )def| endif| el(if| se)| if| warning| error)"
17
17
color brightmagenta " '([^ ' \] | (\\ ["'abfnrtv \\ ]))'" " '\\ (([0 -3 ]? [0 -7 ]{1 ,2 } ))'" " '\\ x[0 -9A -Fa -f ]{1 ,2 } '"
18
+ color orange " \< (true| false)\> "
18
19
19
20
# #
20
21
# # GCC builtins
You can’t perform that action at this time.
0 commit comments