summaryrefslogtreecommitdiffstats
path: root/mlir/utils/vim/mlir.vim
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/utils/vim/mlir.vim')
-rw-r--r--mlir/utils/vim/mlir.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/mlir/utils/vim/mlir.vim b/mlir/utils/vim/mlir.vim
index 7bc7f115474..e220ca7a1da 100644
--- a/mlir/utils/vim/mlir.vim
+++ b/mlir/utils/vim/mlir.vim
@@ -23,8 +23,8 @@ syn region mlirComment start="//" skip="\\$" end="$"
syn region mlirString matchgroup=mlirString start=+"+ end=+"+
hi def link mlirComment Comment
-hi def link mlirKeywords Statement
-hi def link mlirCoreOps Statement
+hi def link mlirKeywords Instruction
+hi def link mlirCoreOps Instruction
hi def link mlirInt Constant
hi def link mlirType Type
hi def link mlirMapOutline PreProc
OpenPOWER on IntegriCloud