diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-09-11 09:22:59 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-09-11 09:47:30 +0200 |
commit | 57db94235c5d52b0fa34120faea158f4ba50db10 (patch) | |
tree | 5f8aa03ebe3e548f7960f0acab79abdeed0c9fbd /scripts/gen_vimdoc.lua | |
parent | cdab8c8ebb465da836cb480a8f1732fb995880d3 (diff) | |
download | rneovim-57db94235c5d52b0fa34120faea158f4ba50db10.tar.gz rneovim-57db94235c5d52b0fa34120faea158f4ba50db10.tar.bz2 rneovim-57db94235c5d52b0fa34120faea158f4ba50db10.zip |
vim-patch:a9ae38d: runtime(java): Recognise all available standard doclet tags
* Complement the tag set with @spec, {@systemProperty},
{@summary}, @provides, @uses, @hidden, and {@index}.
* Do not hoard all tags under a single highlighting group.
* Skip over nested balanced braces in inline tags.
* Observe that tag names are case sensitive: both {@docRoot}
and {@inheritDoc} are valid, whereas {@inheritdoc} and
{@docroot} are not.
* In the @see tag arguments, allow for:
- module name prefixes (e.g. java.base/java.lang.String);
- references to arbitrary URI fragments (e.g. ##foo);
- matching any tag variation arguments on the next line.
* Test directives and tags for Java module declarations.
* Enforce the word end for "module-info" candidates.
References:
https://bugs.openjdk.org/browse/JDK-8226279 (@spec)
https://bugs.openjdk.org/browse/JDK-8214559 ({@systemProperty})
https://bugs.openjdk.org/browse/JDK-8173425 ({@summary})
https://bugs.openjdk.org/browse/JDK-8160196 (@provides & @uses)
https://bugs.openjdk.org/browse/JDK-8073100 (@hidden)
https://bugs.openjdk.org/browse/JDK-8044243 ({@index})
https://docs.oracle.com/en/java/javase/21/docs/specs/javadoc/doc-comment-spec.html
https://github.com/openjdk/jdk/blob/jdk-21-ga/src/jdk.compiler/share/classes/com/sun/source/doctree/DocTree.java
closes: vim/vim#15652
https://github.com/vim/vim/commit/a9ae38dc3f42f0dd39dae1311de6e1c289697df4
Co-authored-by: Aliaksei Budavei <0x000c70@gmail.com>
Diffstat (limited to 'scripts/gen_vimdoc.lua')
0 files changed, 0 insertions, 0 deletions