summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--syntax/mips.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/mips.vim b/syntax/mips.vim
index d5ac3bb..62cc2fe 100644
--- a/syntax/mips.vim
+++ b/syntax/mips.vim
@@ -246,7 +246,7 @@ hi def link mipsNumber Number
hi def link mipsString String
hi def link mipsLabel Label
hi def link mipsRegister Identifier
-hi def link mipsDirective Type
+hi def link mipsDirective Macro
hi def link mipsInstruction Statement
let b:current_syntax = "mips"