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:
Misha Brukman 2003-08-11 19:14:20 +00:00
parent e0db815ccf
commit dac3549191

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