diff options
-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" |