Sublime-JS-Custom icon indicating copy to clipboard operation
Sublime-JS-Custom copied to clipboard

JSDoc / ts-in-js highlighting

Open bcomnes opened this issue 2 years ago • 3 comments

Does this support a way to add improved highlighting to JSDoc / ts-in-js doc blocks?

bcomnes avatar Oct 28 '23 21:10 bcomnes

It does not (#50). What sorts of highlighting would be useful to you?

Thom1729 avatar Oct 28 '23 21:10 Thom1729

This is what they look like now:

Screenshot 2023-10-28 at 2 44 19 PM

I guess highlighting the types similar to how they might in typescript, and also the brackets, dashes and descriptions would also benefit from highlighting.

bcomnes avatar Oct 28 '23 21:10 bcomnes

I came to post something similar but a bit more simple. In jsdoc you have to triple `` back sticks for the code to not be formatted as plain text. It would be useful to have the code syntax rendered. Attaching image sublime_text_zUgbATLzBc

titoBouzout avatar Jan 25 '24 15:01 titoBouzout