feat(javadoc): add parser and queries (#7749)

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.
This commit is contained in:
Robert Muir 2025-03-23 11:44:12 -04:00 committed by GitHub
parent 20a7e40203
commit 652da0b40f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 132 additions and 11 deletions

View file

@ -380,6 +380,9 @@
"java": {
"revision": "a7db5227ec40fcfe94489559d8c9bc7c8181e25a"
},
"javadoc": {
"revision": "8089a905454cbb7eac4ba6ec5495338169c60a56"
},
"javascript": {
"revision": "6fbef40512dcd9f0a61ce03a4c9ae7597b36ab5c"
},