JSDoc/YUIDoc styling
balupton opened this issue · 3 comments
Not sure if this is an issue with Atom, or the theme:
https://discuss.atom.io/t/jsdoc-yuidoc-syntax-highlighting/15934
It is not an issue of the theme. However if the javascript language package will support JsDoc, I'll be happy to take a look what styling would make most sense.
Next time you can check wether some language features are recognized by the language package but not styled by the syntax package:
ctrl
alt
shift
p
to log the scope at the current cursor position and see if it is any different to eg. a standard comment. You can also open the developer tools ( View -> Developer -> open tools) to take a look at the DOM.
@nylki cool thanks for the tip! Cross-posted here: atom/language-javascript#130
Thanks for the awesome theme! Use it everyday for everything.