summaryrefslogtreecommitdiffstats
path: root/utils/vim/tablegen.vim
diff options
context:
space:
mode:
Diffstat (limited to 'utils/vim/tablegen.vim')
-rw-r--r--utils/vim/tablegen.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/vim/tablegen.vim b/utils/vim/tablegen.vim
index fed619a..40d8d78 100644
--- a/utils/vim/tablegen.vim
+++ b/utils/vim/tablegen.vim
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: TableGen
" Maintainer: The LLVM team, http://llvm.org/
-" Version: $Revision: 141378 $
+" Version: $Revision: 151164 $
if version < 600
syntax clear
@@ -14,7 +14,7 @@ syntax sync minlines=100
syn case match
-syn keyword tgKeyword def let in code dag field include defm
+syn keyword tgKeyword def let in code dag field include defm foreach
syn keyword tgType class int string list bit bits multiclass
syn match tgNumber /\<\d\+\>/
OpenPOWER on IntegriCloud