tree-sitter-java
tree-sitter-java copied to clipboard
Wrong type assigned to attributes when preceded by namespace
Problem description
Incorrect type assigned to attributes when you use the entire namespace.
Working with Spring you use @Service and it's recognized as an attribute (this is correct)

But when you also set the namespace @org.springframework.stereotype.Service it's only recognized as variable

I'm using nvim-treesitter and the popup you see is from nvim-treesitter playground