This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
Prerequisites
Description
Java tree-sitter highlighting does not recognise the following annotations:
class A {
@Retries.RetryTranslated
private void func(int arg) throws IOException {
// ...
}
}
We need to fix it, here is what it looks like in Atom 1.53.0:

Steps to Reproduce
- Paste the code into Atom 1.53.0
- Select Java language.
Expected behavior:
Syntax highlighting is similar to other annotation types.
Actual behavior:
Syntax highlighting is different.
Reproduces how often:
100%
Versions
apm 2.5.2
npm 6.14.8
node 12.4.0 x64
atom 1.53.0
python 2.7.10
git 2.17.2
Additional Information