1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08:00

forgot a lips directive

This commit is contained in:
Connor Olding 2016-04-07 06:45:29 -07:00
parent 38bf2b7be0
commit ae0baa3968

View file

@ -62,6 +62,7 @@ syn keyword lipsRegister taglo taghi errorepc reserved6
" Directives " Directives
syn match lipsDirective "\.align\>" syn match lipsDirective "\.align\>"
syn match lipsDirective "\.skip\>" syn match lipsDirective "\.skip\>"
syn match lipsDirective "\.space\>"
syn match lipsDirective "\.ascii\>" syn match lipsDirective "\.ascii\>"
syn match lipsDirective "\.asciiz\>" syn match lipsDirective "\.asciiz\>"
syn match lipsDirective "\.byte\>" syn match lipsDirective "\.byte\>"