Thom1729 / Sublime-JS-Custom

Customizable JavaScript syntax highlighting for Sublime Text.
MIT License
137 stars 9 forks source link

JSDoc / ts-in-js highlighting #143

Open bcomnes opened 10 months ago

bcomnes commented 10 months ago

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

Thom1729 commented 10 months ago

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

bcomnes commented 10 months ago

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.

titoBouzout commented 7 months ago

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