summaryrefslogtreecommitdiffstats
path: root/llvm/utils/vim/syntax
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/vim/syntax')
-rw-r--r--llvm/utils/vim/syntax/llvm.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/vim/syntax/llvm.vim b/llvm/utils/vim/syntax/llvm.vim
index 422b0971ac8..25a8a5cd1ad 100644
--- a/llvm/utils/vim/syntax/llvm.vim
+++ b/llvm/utils/vim/syntax/llvm.vim
@@ -16,7 +16,7 @@ syn case match
" benefit as much from having dedicated highlighting rules.
syn keyword llvmType void half float double x86_fp80 fp128 ppc_fp128
syn keyword llvmType label metadata x86_mmx
-syn keyword llvmType type label opaque
+syn keyword llvmType type label opaque token
syn match llvmType /\<i\d\+\>/
" Instructions.
OpenPOWER on IntegriCloud