summaryrefslogtreecommitdiffstats
path: root/syntax/tablegen.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-05-20 16:59:09 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-05-20 16:59:09 +0200
commita688c66a049b12e7b19f6ab4cb27c5a24dc3d52c (patch)
tree4f21330aa69ea67c4b32ad89918034e375bd1e1c /syntax/tablegen.vim
parent0a7c62b3b22a75f91245a718c1409e4216ae61c8 (diff)
downloadvim-polyglot-a688c66a049b12e7b19f6ab4cb27c5a24dc3d52c.tar.gz
vim-polyglot-a688c66a049b12e7b19f6ab4cb27c5a24dc3d52c.zip
Update
Diffstat (limited to 'syntax/tablegen.vim')
-rw-r--r--syntax/tablegen.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/tablegen.vim b/syntax/tablegen.vim
index c5136d03..41928648 100644
--- a/syntax/tablegen.vim
+++ b/syntax/tablegen.vim
@@ -16,7 +16,7 @@ syntax sync minlines=100
syn case match
-syn keyword tgKeyword def let in code dag field include defm foreach
+syn keyword tgKeyword def let in code dag field include defm foreach defset defvar if then else
syn keyword tgType class int string list bit bits multiclass
syn match tgNumber /\<\d\+\>/