From 1097f4e06673a8b19a18189d8587fb3c210baec4 Mon Sep 17 00:00:00 2001 From: katherine Date: Tue, 23 Aug 2016 22:16:56 -0700 Subject: use Macro rather than Type for directives makes more sense, at least --- syntax/mips.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3