toolness / p5.js-widget

A reusable widget for embedding editable p5 sketches in web pages.
https://toolness.github.io/p5.js-widget/
GNU Lesser General Public License v2.1
161 stars 44 forks source link

Use p5 syntax highlighting colors #6

Closed toolness closed 8 years ago

toolness commented 8 years ago

They look a lot nicer than the CodeMirror defaults.

tchoi8 commented 8 years ago

yes. that would be super helpful for the beginners. :)

toolness commented 8 years ago

Ok, I fixed this, but because the p5 website uses prism and the widget uses codemirror, there's some inconsistencies between the two that can't be fixed, which is a bummer.