mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Added keyword `include', and a FIXME for hex and binary constants.
llvm-svn: 7740
This commit is contained in:
parent
f33f94e332
commit
2c1f199d28
@ -11,8 +11,9 @@ endif
|
||||
|
||||
syn case match
|
||||
|
||||
syn keyword tgKeyword def let in code dag field
|
||||
syn keyword tgKeyword def let in code dag field include
|
||||
syn keyword tgType class int string list bit bits
|
||||
" FIXME: this does not handle hex (0x...) or binary (0b...) constants
|
||||
syn match tgNumber /\<\d\+\>/
|
||||
syn match tgNumber /\<\d\+\.\d*\>/
|
||||
syn match tgComment /\/\/.*$/
|
||||
|
Loading…
x
Reference in New Issue
Block a user