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:
parent
38bf2b7be0
commit
ae0baa3968
1 changed files with 1 additions and 0 deletions
|
@ -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\>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue