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\>"