summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <shmibs@users.noreply.github.com>2016-08-23 21:59:30 -0700
committerGitHub <noreply@github.com>2016-08-23 21:59:30 -0700
commit0dbf55116d1c5a2555ff9ff3e72051381fbbc46a (patch)
tree6b6133d397d443098f4e9b4e7ec51bf6e8e1cfb2
parent7e24f6b7ce82f3ad1f4429de9077c0b0aa34a893 (diff)
downloadmips.vim-0dbf55116d1c5a2555ff9ff3e72051381fbbc46a.tar.gz
include .include directive
-rw-r--r--syntax/mips.vim1
1 files changed, 1 insertions, 0 deletions
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"