paulstansifer / unseemly

Macros have types!
http://unseemly.github.io/
MIT License
129 stars 5 forks source link

Generate tooling for sub-languages #51

Open paulstansifer opened 3 years ago

paulstansifer commented 3 years ago

Currently, the web IDE assumes that you're writing in Unseemly (and import won't work, besides). Allow the generation of web IDEs that assume a specific language. This should only ("only") require work on the HTML/JS/tooling side. Generate static syntax highlighters by default, rather than the goofy dynamic ones that support extend_syntax.

Also, allow generation of (static, of course) VS Code highlighters for new languages. For that matter, generate one for Unseemly!