mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -04:00
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:
parent
20a7e40203
commit
652da0b40f
6 changed files with 132 additions and 11 deletions
|
|
@ -380,6 +380,9 @@
|
|||
"java": {
|
||||
"revision": "a7db5227ec40fcfe94489559d8c9bc7c8181e25a"
|
||||
},
|
||||
"javadoc": {
|
||||
"revision": "8089a905454cbb7eac4ba6ec5495338169c60a56"
|
||||
},
|
||||
"javascript": {
|
||||
"revision": "6fbef40512dcd9f0a61ce03a4c9ae7597b36ab5c"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue