feat(highlights)!: @keyword.storage@keyword.modifier

This commit is contained in:
Jaehwang Jung 2024-03-16 14:23:57 +09:00 committed by Christian Clason
parent 998b230a77
commit dccf31f9b1
36 changed files with 43 additions and 44 deletions

View file

@ -14,7 +14,7 @@
.annotation build Lsome/annotation;
# ^^^^^ @keyword.storage
# ^^^^^ @keyword.modifier
# ^^^^ @type
# ^ @punctuation.delimiter
value1 = "test"
@ -93,7 +93,7 @@
.field public static staticFieldWithAnnotation:I
.annotation runtime La/field/annotation;
# ^^^^^^^ @keyword.storage
# ^^^^^^^ @keyword.modifier
this = "is"
a = "test"
.end annotation