1
0
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:
Misha Brukman 2003-08-11 19:14:20 +00:00
parent f33f94e332
commit 2c1f199d28

View File

@ -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 /\/\/.*$/