diff options
author | katherine <shmibs@users.noreply.github.com> | 2016-08-23 21:59:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-23 21:59:30 -0700 |
commit | 0dbf55116d1c5a2555ff9ff3e72051381fbbc46a (patch) | |
tree | 6b6133d397d443098f4e9b4e7ec51bf6e8e1cfb2 /syntax | |
parent | 7e24f6b7ce82f3ad1f4429de9077c0b0aa34a893 (diff) | |
download | mips.vim-0dbf55116d1c5a2555ff9ff3e72051381fbbc46a.tar.gz |
include .include directive
Diffstat (limited to 'syntax')
-rw-r--r-- | syntax/mips.vim | 1 |
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" |