forked from OSchip/llvm-project
Add missing keyword, add new linkage keywords
llvm-svn: 5785
This commit is contained in:
parent
1d647ae600
commit
f0e92b575f
|
@ -28,7 +28,7 @@
|
||||||
;; Hex constants
|
;; Hex constants
|
||||||
'("0x[0-9A-Fa-f]+" . font-lock-preprocessor-face)
|
'("0x[0-9A-Fa-f]+" . font-lock-preprocessor-face)
|
||||||
;; Keywords
|
;; Keywords
|
||||||
'("begin\\|end\\|true\\|false\\|declare\\|global\\|constant\\|const\\|internal\\|implementation\\|\\.\\.\\.\\|null\\|to\\|except\\|not" . font-lock-keyword-face)
|
'("begin\\|end\\|true\\|false\\|declare\\|global\\|constant\\|const\\|internal\\|linkonce\\|appending\\|uninitialized\\|implementation\\|\\.\\.\\.\\|null\\|to\\|except\\|not" . font-lock-keyword-face)
|
||||||
;; Types
|
;; Types
|
||||||
'("void\\|bool\\|sbyte\\|ubyte\\|u?short\\|u?int\\|u?long\\|float\\|double\\|type\\|label\\|opaque" . font-lock-type-face)
|
'("void\\|bool\\|sbyte\\|ubyte\\|u?short\\|u?int\\|u?long\\|float\\|double\\|type\\|label\\|opaque" . font-lock-type-face)
|
||||||
;; Arithmetic and Logical Operators
|
;; Arithmetic and Logical Operators
|
||||||
|
|
Loading…
Reference in New Issue