aboutsummaryrefslogtreecommitdiffstats
path: root/lockfile.json
diff options
context:
space:
mode:
authorRobert Muir <rmuir@apache.org>2025-03-23 11:44:12 -0400
committerGitHub <noreply@github.com>2025-03-23 16:44:12 +0100
commit652da0b40f556c1772904a82ee5800f41a1ba9f8 (patch)
treedc93a252c426eb339d3e105298cd72df44b0545b /lockfile.json
parentbot(lockfile): update swift (diff)
downloadnvim-treesitter-652da0b40f556c1772904a82ee5800f41a1ba9f8.tar
nvim-treesitter-652da0b40f556c1772904a82ee5800f41a1ba9f8.tar.gz
nvim-treesitter-652da0b40f556c1772904a82ee5800f41a1ba9f8.tar.bz2
nvim-treesitter-652da0b40f556c1772904a82ee5800f41a1ba9f8.tar.lz
nvim-treesitter-652da0b40f556c1772904a82ee5800f41a1ba9f8.tar.xz
nvim-treesitter-652da0b40f556c1772904a82ee5800f41a1ba9f8.tar.zst
nvim-treesitter-652da0b40f556c1772904a82ee5800f41a1ba9f8.zip
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.
Diffstat (limited to 'lockfile.json')
-rw-r--r--lockfile.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/lockfile.json b/lockfile.json
index b77954836..46dca3835 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -380,6 +380,9 @@
"java": {
"revision": "a7db5227ec40fcfe94489559d8c9bc7c8181e25a"
},
+ "javadoc": {
+ "revision": "8089a905454cbb7eac4ba6ec5495338169c60a56"
+ },
"javascript": {
"revision": "6fbef40512dcd9f0a61ce03a4c9ae7597b36ab5c"
},