File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 61
61
`(,(concat " \\ <" llvm-mode-primitive-type-regexp " \\ >" ) . font-lock-type-face )
62
62
; ; Integer literals
63
63
'(" \\ b[-]?[0-9]+\\ b" . font-lock-preprocessor-face )
64
+ ; ; Values that can appear in a vec
65
+ '(" \\ b\\ (true\\ |false\\ |null\\ |undef\\ |poison\\ |none\\ )\\ b" . font-lock-keyword-face )
64
66
; ; Floating point constants
65
67
'(" \\ b[-+]?[0-9]+.[0-9]*\\ ([eE][-+]?[0-9]+\\ )?\\ b" . font-lock-preprocessor-face )
66
68
; ; Hex constants
74
76
" private" " internal" " weak" " weak_odr" " linkonce" " linkonce_odr" " available_externally" " appending" " common" " extern_weak" " external"
75
77
" uninitialized" " implementation" " ..."
76
78
; ; Values
77
- " true " " false " " null " " undef " " zeroinitializer" " none " " c" " asm" " blockaddress" " poison "
79
+ " zeroinitializer" " c" " asm" " blockaddress"
78
80
79
81
; ; Calling conventions
80
82
" ccc" " fastcc" " coldcc" " anyregcc" " preserve_mostcc" " preserve_allcc"
You can’t perform that action at this time.
0 commit comments