mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Add support for the weak linkage specifier
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9000 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b3c495f675
commit
2498d67158
@ -25,7 +25,7 @@
|
||||
;; Hex constants
|
||||
'("0x[0-9A-Fa-f]+" . font-lock-preprocessor-face)
|
||||
;; Keywords
|
||||
'("begin\\|end\\|true\\|false\\|declare\\|global\\|constant\\|const\\|internal\\|linkonce\\|appending\\|uninitialized\\|implementation\\|\\.\\.\\.\\|null\\|to\\|except\\|not\\|target\\|endian\\|little\\|big\\|pointersize\\|volatile" . font-lock-keyword-face)
|
||||
'("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)
|
||||
;; Types
|
||||
'("void\\|bool\\|sbyte\\|ubyte\\|u?short\\|u?int\\|u?long\\|float\\|double\\|type\\|label\\|opaque" . font-lock-type-face)
|
||||
;; Arithmetic and Logical Operators
|
||||
|
@ -27,7 +27,7 @@ syn keyword llvmStatement malloc alloca free load store getelementptr
|
||||
syn keyword llvmStatement begin end true false
|
||||
syn keyword llvmStatement declare global constant const
|
||||
syn keyword llvmStatement internal uninitialized external implementation
|
||||
syn keyword llvmStatement linkonce appending
|
||||
syn keyword llvmStatement linkonce weak appending
|
||||
syn keyword llvmStatement null to except not target endian pointersize
|
||||
syn keyword llvmStatement big little volatile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user