Closed sadikovi closed 3 years ago
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:
Expected behavior:
Syntax highlighting is similar to other annotation types.
Actual behavior:
Syntax highlighting is different.
Reproduces how often:
100%
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
I will take a look later.
Prerequisites
Description
Java tree-sitter highlighting does not recognise the following annotations:
We need to fix it, here is what it looks like in Atom 1.53.0:
Steps to Reproduce
Expected behavior:
Syntax highlighting is similar to other annotation types.
Actual behavior:
Syntax highlighting is different.
Reproduces how often:
100%
Versions
Additional Information