1
0

typo: [0-5]+ > s[0-5]+

Signed-off-by: Annwan <annwan@annwan.me>
This commit is contained in:
cinthyr
2026-06-03 16:13:04 +07:00
committed by Annwan
parent 3515dee802
commit f1ef3d99f1

View File

@ -10,7 +10,7 @@ contexts:
scope: keyword.operator.word.ain48
- match: '(?i)%([a-z0-7]+)\b'
scope: variable.register.ain48
- match: '#-?([0-5]+|o[0-7]+|b[01]+|x[0-9]+)\b'
- match: '#-?(s[0-5]+|o[0-7]+|b[01]+|x[0-9]+)\b'
scope: constant.numeric.ain48
- match: '#imm\[[0-9n]+\]'
scope: constant.numeric.ain48