1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07: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
syn match lipsDirective "\.align\>"
syn match lipsDirective "\.skip\>"
syn match lipsDirective "\.space\>"
syn match lipsDirective "\.ascii\>"
syn match lipsDirective "\.asciiz\>"
syn match lipsDirective "\.byte\>"