aboutsummaryrefslogtreecommitdiffstats
path: root/queries/javadoc
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-123-117/+0
|
* feat(javadoc): add parser and queries (#7749)Robert Muir2025-03-233-0/+117
Previously java was configured to use doxygen parser for documentation comments, but javadocs are not doxygen. Inline tags have a different syntax, block tags are not recognized, and doxygen creates a lot of errors during highlighting. Add parser for javadoc comments, with queries for highlights and injections.