matthewkaney / text.management

Experimental Live Code Editor
GNU General Public License v3.0
46 stars 2 forks source link

Tidal Highlighting #33

Closed matthewkaney closed 6 months ago

matthewkaney commented 1 year ago

Support Feedforward/Strudel-style event highlighting. This involves injecting some metadata into the program before running it. Alex explained how this works in Feedforward.

matthewkaney commented 1 year ago

Refer to https://github.com/tidalcycles/strudel/blob/main/packages/codemirror/highlight.mjs as a starting point for what the CM6 decoration logic would look like