mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Added `zeroinitializer' keyword.
llvm-svn: 13253
This commit is contained in:
parent
5f5f6ca775
commit
9f6428ea0e
@ -25,7 +25,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\\|linkonce\\|weak\\|appending\\|uninitialized\\|implementation\\|\\.\\.\\.\\|null\\|to\\|except\\|not\\|target\\|endian\\|little\\|big\\|pointersize\\|volatile" . font-lock-keyword-face)
|
'("begin\\|end\\|true\\|false\\|zeroinitializer\\|declare\\|global\\|constant\\|const\\|internal\\|linkonce\\|weak\\|appending\\|uninitialized\\|implementation\\|\\.\\.\\.\\|null\\|to\\|except\\|not\\|target\\|endian\\|little\\|big\\|pointersize\\|volatile" . 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
|
||||||
|
@ -24,7 +24,7 @@ syn keyword llvmStatement phi call cast to select shl shr vaarg vanext
|
|||||||
syn keyword llvmStatement ret br switch invoke unwind
|
syn keyword llvmStatement ret br switch invoke unwind
|
||||||
syn keyword llvmStatement malloc alloca free load store getelementptr
|
syn keyword llvmStatement malloc alloca free load store getelementptr
|
||||||
|
|
||||||
syn keyword llvmStatement begin end true false
|
syn keyword llvmStatement begin end true false zeroinitializer
|
||||||
syn keyword llvmStatement declare global constant const
|
syn keyword llvmStatement declare global constant const
|
||||||
syn keyword llvmStatement internal uninitialized external implementation
|
syn keyword llvmStatement internal uninitialized external implementation
|
||||||
syn keyword llvmStatement linkonce weak appending
|
syn keyword llvmStatement linkonce weak appending
|
||||||
|
Loading…
Reference in New Issue
Block a user