diff options
author | katherine <shmibs@users.noreply.github.com> | 2016-08-23 22:16:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-23 22:16:56 -0700 |
commit | 1097f4e06673a8b19a18189d8587fb3c210baec4 (patch) | |
tree | a8c7a6bc83efd1a49403c7f442a4f922444a7e50 | |
parent | 0dbf55116d1c5a2555ff9ff3e72051381fbbc46a (diff) | |
download | mips.vim-master.tar.gz |
makes more sense, at least
-rw-r--r-- | syntax/mips.vim | 2 |
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" |