Josh Goebel
Josh Goebel
I dunno about samples. I think start might be just a `CamelCaseIsAClass` as mentioned above which we already have examples of in Ruby and JS I think?
Pulling this out into a separate issue as I'm not sure I want to deal with this on the first pass of improved JSX support.
Pulling this form discussion on https://github.com/highlightjs/highlight.js/pull/2412. --- I'm pretty sure I became persuaded sublanguage is NOT the correct way to handle this. JSX is NOT simply XML embedded inside Javascript...
Perhaps what is needed is a canonical "template theme" with comments explaining all the comment scopes and someone goes thru and kind of "fills it out" as they build their...
This needs to be thought about carefully with regard to the existing hooks `before:highlightBlock` and `after:highlightBlock` since it's probably already possible to build this on top of those, but it...
Our default (or low-level) classifier should also finally resolve this long-standing "equal weight" issue between a base language and another language that includes it... IE that "xml", "handlebars", "php_template", etc....
@allejo @egor-rogov Added initial implementation thoughts to the top of issue.
Pulling my comment from PR to issue: Our SQL (`sql`) support is official **standard** SQL spec only. Can you point to somewhere showing `ROLE` is a keyword in standard SQL...
Closing for inactivity.
I do think there is a reason Prism only ships with 8 themes. This is a hard problem to have.