Re: RFR: 8348282: Add option for syntax highlighting in javadoc snippets [v4]

2025-04-25 Thread Nizar Benalla
On Wed, 9 Apr 2025 04:15:20 GMT, Hannes Wallnöfer wrote: >> Please review a change to add a `javadoc` option to enable syntax >> highlighting for code fragments in snippets and `` tags. The new >> `--syntax-highlight` option uses the [highlight.js] JavaScript library and >> supports Java, Pro

Re: RFR: 8348282: Add option for syntax highlighting in javadoc snippets [v4]

2025-04-25 Thread Hannes Wallnöfer
On Thu, 24 Apr 2025 15:22:47 GMT, Nizar Benalla wrote: > I wonder if we can push for the conversion of some `` to > `@snippet` so that we can benefit more from this new feature. I checked some > older classes and the use of `` is still widespread. `` is supported by syntax highlighting, so the

Re: RFR: 8348282: Add option for syntax highlighting in javadoc snippets [v4]

2025-04-24 Thread Nizar Benalla
On Wed, 9 Apr 2025 04:15:20 GMT, Hannes Wallnöfer wrote: >> Please review a change to add a `javadoc` option to enable syntax >> highlighting for code fragments in snippets and `` tags. The new >> `--syntax-highlight` option uses the [highlight.js] JavaScript library and >> supports Java, Pro

Re: RFR: 8348282: Add option for syntax highlighting in javadoc snippets [v4]

2025-04-23 Thread Nizar Benalla
On Wed, 9 Apr 2025 04:15:20 GMT, Hannes Wallnöfer wrote: >> Please review a change to add a `javadoc` option to enable syntax >> highlighting for code fragments in snippets and `` tags. The new >> `--syntax-highlight` option uses the [highlight.js] JavaScript library and >> supports Java, Pro

Re: RFR: 8348282: Add option for syntax highlighting in javadoc snippets [v4]

2025-04-23 Thread Chen Liang
On Wed, 9 Apr 2025 04:15:20 GMT, Hannes Wallnöfer wrote: >> Please review a change to add a `javadoc` option to enable syntax >> highlighting for code fragments in snippets and `` tags. The new >> `--syntax-highlight` option uses the [highlight.js] JavaScript library and >> supports Java, Pro

Re: RFR: 8348282: Add option for syntax highlighting in javadoc snippets [v4]

2025-04-22 Thread Chen Liang
On Wed, 9 Apr 2025 04:15:20 GMT, Hannes Wallnöfer wrote: >> Please review a change to add a `javadoc` option to enable syntax >> highlighting for code fragments in snippets and `` tags. The new >> `--syntax-highlight` option uses the [highlight.js] JavaScript library and >> supports Java, Pro

Re: RFR: 8348282: Add option for syntax highlighting in javadoc snippets [v4]

2025-04-10 Thread Hannes Wallnöfer
On Wed, 9 Apr 2025 04:15:20 GMT, Hannes Wallnöfer wrote: >> Please review a change to add a `javadoc` option to enable syntax >> highlighting for code fragments in snippets and `` tags. The new >> `--syntax-highlight` option uses the [highlight.js] JavaScript library and >> supports Java, Pro

Re: RFR: 8348282: Add option for syntax highlighting in javadoc snippets [v3]

2025-04-09 Thread Hannes Wallnöfer
> Please review a change to add a `javadoc` option to enable syntax > highlighting for code fragments in snippets and `` tags. The new > `--syntax-highlight` option uses the [highlight.js] JavaScript library and > supports Java, Properties, XML, HTML and JSON. The option is enabled in the > JD

Re: RFR: 8348282: Add option for syntax highlighting in javadoc snippets [v4]

2025-04-08 Thread Hannes Wallnöfer
> Please review a change to add a `javadoc` option to enable syntax > highlighting for code fragments in snippets and `` tags. The new > `--syntax-highlight` option uses the [highlight.js] JavaScript library and > supports Java, Properties, XML, HTML and JSON. The option is enabled in the > JD

Re: RFR: 8348282: Add option for syntax highlighting in javadoc snippets [v2]

2025-04-08 Thread Hannes Wallnöfer
> Please review a change to add a `javadoc` option to enable syntax > highlighting for code fragments in snippets and `` tags. The new > `--syntax-highlight` option uses the [highlight.js] JavaScript library and > supports Java, Properties, XML, HTML and JSON. The option is enabled in the > JD

Re: RFR: 8348282: Add option for syntax highlighting in javadoc snippets

2025-04-05 Thread Andrey Turbanov
On Thu, 3 Apr 2025 14:48:58 GMT, Hannes Wallnöfer wrote: > Please review a change to add a `javadoc` option to enable syntax > highlighting for code fragments in snippets and `` tags. The new > `--syntax-highlight` option uses the [highlight.js] JavaScript library and > supports Java, Propert

Re: RFR: 8348282: Add option for syntax highlighting in javadoc snippets

2025-04-04 Thread Erik Joelsson
On Thu, 3 Apr 2025 14:48:58 GMT, Hannes Wallnöfer wrote: > Please review a change to add a `javadoc` option to enable syntax > highlighting for code fragments in snippets and `` tags. The new > `--syntax-highlight` option uses the [highlight.js] JavaScript library and > supports Java, Propert

RFR: 8348282: Add option for syntax highlighting in javadoc snippets

2025-04-03 Thread Hannes Wallnöfer
Please review a change to add a `javadoc` option to enable syntax highlighting for code fragments in snippets and `` tags. The new `--syntax-highlight` option uses the [highlight.js] JavaScript library and supports Java, Properties, XML, HTML and JSON. The option is enabled in the JDK API docs