mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-02 10:33:53 +00:00
Added keyword `include', and a FIXME for hex and binary constants.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7740 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e0db815ccf
commit
dac3549191
@ -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