Skip to content

Commit

Permalink
tests: forgot to fix highlight test
Browse files Browse the repository at this point in the history
  • Loading branch information
SethBarberee committed Feb 1, 2024
1 parent 827e1e4 commit 0ac5741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/highlight/test.asm
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ test:
@ ^ punctuation.delimiter
add r0, r0, 0 @ mixed comment
@ ^ keyword
@ ^ parameter
@ ^ parameter
@ ^ variable.parameter
@ ^ variable.parameter
@ ^ constant
@ ^ comment
_hello:
@ <- label
bx lr
@ ^ keyword
@ ^ parameter
@ ^ variable.parameter
.align 2,0
_08000340: .4byte gUnknown_202DCF8
@ <- label
Expand Down

0 comments on commit 0ac5741

Please sign in to comment.