[llvm-commits] CVS: llvm/utils/vim/tablegen.vim

Misha Brukman brukman at cs.uiuc.edu
Mon Aug 11 14:15:02 PDT 2003


Changes in directory llvm/utils/vim:

tablegen.vim updated: 1.2 -> 1.3

---
Log message:

Added keyword `include', and a FIXME for hex and binary constants.


---
Diffs of the changes:

Index: llvm/utils/vim/tablegen.vim
diff -u llvm/utils/vim/tablegen.vim:1.2 llvm/utils/vim/tablegen.vim:1.3
--- llvm/utils/vim/tablegen.vim:1.2	Mon Aug 11 13:05:19 2003
+++ llvm/utils/vim/tablegen.vim	Mon Aug 11 14:14:20 2003
@@ -11,8 +11,9 @@
 
 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   /\/\/.*$/





More information about the llvm-commits mailing list