From ae0baa3968638c3560515311c22d55061d7f4f0b Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 7 Apr 2016 06:45:29 -0700 Subject: [PATCH] forgot a lips directive --- vim/syntax/lips.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/syntax/lips.vim b/vim/syntax/lips.vim index 60d1799..4257cd0 100644 --- a/vim/syntax/lips.vim +++ b/vim/syntax/lips.vim @@ -62,6 +62,7 @@ syn keyword lipsRegister taglo taghi errorepc reserved6 " Directives syn match lipsDirective "\.align\>" syn match lipsDirective "\.skip\>" +syn match lipsDirective "\.space\>" syn match lipsDirective "\.ascii\>" syn match lipsDirective "\.asciiz\>" syn match lipsDirective "\.byte\>"