Prism syntax for JSY. (See https://jsy-lang.github.io)
npm install prism-jsyJSY JavaScript dialect syntax bundle for Prism.
JSY is an indented (offside) JavaScript dialect. We believe indentation is
better at describing code blocks instead of painstakingly matching open/close
sections { } () [].
Think modern JavaScript — ES6, ES2018 — indented similar to [Python][] or [CoffeeScript][].
Please see JSY language docs for details on the JSY dialect.
``html
...
...
...
if true != false ::
console.log @
'A log message'
@{} ts: new Date
meta: import.meta