mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 21:20:29 +00:00
Make sure to syntax hilight the 'unwind' keyword!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9524 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
73b96bd52d
commit
0512d02af7
@ -33,7 +33,7 @@
|
||||
;; Special instructions
|
||||
'("phi\\|call\\|cast\\|to\\|shl\\|shr\\|vaarg\\|vanext" . font-lock-keyword-face)
|
||||
;; Control instructions
|
||||
'("ret\\|br\\|switch\\|invoke" . font-lock-keyword-face)
|
||||
'("ret\\|br\\|switch\\|invoke\\|unwind" . font-lock-keyword-face)
|
||||
;; Memory operators
|
||||
'("malloc\\|alloca\\|free\\|load\\|store\\|getelementptr" . font-lock-keyword-face)
|
||||
)
|
||||
|
@ -21,7 +21,7 @@ syn keyword llvmStatement and or xor
|
||||
syn keyword llvmStatement setne seteq setlt setgt setle setge
|
||||
|
||||
syn keyword llvmStatement phi call cast to shl shr vaarg vanext
|
||||
syn keyword llvmStatement ret br switch invoke
|
||||
syn keyword llvmStatement ret br switch invoke unwind
|
||||
syn keyword llvmStatement malloc alloca free load store getelementptr
|
||||
|
||||
syn keyword llvmStatement begin end true false
|
||||
|
Loading…
Reference in New Issue
Block a user