Skip to content

Instantly share code, notes, and snippets.

View alexandrepiveteau's full-sized avatar

Alexandre Piveteau alexandrepiveteau

View GitHub Profile
@alexandrepiveteau
alexandrepiveteau / CodeEditor.elm
Created November 27, 2020 18:35 — forked from lukewestby/CodeEditor.elm
The custom element and Elm API that will drive Ellie's code editors
module Ellie.Ui.CodeEditor
exposing
( Attribute
, LinterMessage
, Position
, Severity(..)
, linterMessages
, mode
, onChange
, readOnly