PrismJS / live

Prism Live: Lightweight, extensible editable code editors. A work in progress, try it out at your own risk (and report bugs!) :)
https://live.prismjs.com
MIT License
105 stars 28 forks source link

What are the purposes of prism-live-xxx.js #20

Closed cyfung1031 closed 3 years ago

cyfung1031 commented 3 years ago

In the base prism, the languages are already included. (prism-css, prism-javascript, prism-markup) The syntax are displayed correctly.

Even the following three .js files are not loaded, every things work fine. So what are the purposes of prism-live-xxx.js??

prism-live-css.js prism-live-javascript.js prism-live-markup.js

LeaVerou commented 3 years ago

Snippets, what do things like Cmd + / do, autocompletion, things like that.