File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 6161 `(,(concat " \\ <" llvm-mode-primitive-type-regexp " \\ >" ) . font-lock-type-face )
6262 ; ; Integer literals
6363 '(" \\ 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 )
6466 ; ; Floating point constants
6567 '(" \\ b[-+]?[0-9]+.[0-9]*\\ ([eE][-+]?[0-9]+\\ )?\\ b" . font-lock-preprocessor-face )
6668 ; ; Hex constants
7476 " private" " internal" " weak" " weak_odr" " linkonce" " linkonce_odr" " available_externally" " appending" " common" " extern_weak" " external"
7577 " uninitialized" " implementation" " ..."
7678 ; ; Values
77- " true " " false " " null " " undef " " zeroinitializer" " none " " c" " asm" " blockaddress" " poison "
79+ " zeroinitializer" " c" " asm" " blockaddress"
7880
7981 ; ; Calling conventions
8082 " ccc" " fastcc" " coldcc" " anyregcc" " preserve_mostcc" " preserve_allcc"
You can’t perform that action at this time.
0 commit comments