Skip to content

Velrok/glitch-purescript-base-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A purescript base project for Glitch.com

remix button

This is a basic Purescript project.

Haskell code highlighting for Glitch

You will have to run this javascript:

application.editor().setOption("mode", "text/x-haskell");
CodeMirror.autoLoadMode(application.editor(), "haskell");

You can put that as a bookmarklet in your brower as described here

CodeMirror is the js based editor glitch is using.