From 0dbf55116d1c5a2555ff9ff3e72051381fbbc46a Mon Sep 17 00:00:00 2001 From: katherine Date: Tue, 23 Aug 2016 21:59:30 -0700 Subject: include .include directive --- syntax/mips.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'syntax') diff --git a/syntax/mips.vim b/syntax/mips.vim index 325f1dd..d5ac3bb 100644 --- a/syntax/mips.vim +++ b/syntax/mips.vim @@ -93,6 +93,7 @@ syntax match mipsDirective "\.globl" syntax match mipsDirective "\.gpvalue" syntax match mipsDirective "\.gpword" syntax match mipsDirective "\.half" +syntax match mipsDirective "\.include" syntax match mipsDirective "\.kdata" syntax match mipsDirective "\.ktext" syntax match mipsDirective "\.lab" -- cgit v1.2.3