-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Annotations with qualifier and braces are not handled. #42
Comments
Also I guess its better to use the It also has predefined highlighting available from the github's primer defined scopes. |
I'm not sure I agree that
The Kotlin docs describe annotations as
Which seems to fit the description of the
In my opinion the keyword |
O.O The VSCode java uses something like this and that. It gives the whole annotation scope of meta: "beginCaptures": {
"2": {
"name": "punctuation.definition.annotation.java"
},
"3": {
"name": "storage.type.annotation.java"
}, Similar one for scss |
Also dart-grammar applies |
Looking at the sources,
language-kotlin/src/annotations.YAML-tmLanguage
Line 6 in e968288
language-kotlin/src/annotations.YAML-tmLanguage
Line 9 in e968288
language-kotlin/src/annotations.YAML-tmLanguage
Line 25 in e968288
Neither of them seem to handle annotations used such as:
i.e. ones which are prefixed with the qualifier (
@qualifier:
).The text was updated successfully, but these errors were encountered: