rpetrich / deciduous

App that simplifies building decision trees to model adverse scenarios
https://deciduous.app
GNU General Public License v2.0
180 stars 17 forks source link

Switch from PrismJS to completely custom syntax highlighting #6

Closed rpetrich closed 3 years ago

rpetrich commented 3 years ago

We don't really care about traditional YAML styling, so tear out PrismJS and simply highlight the different words we care about. Adds comments to make the JavaScript parts more readable.