Skip to content

Add Haskell syntax

Kevin Hovsäter requested to merge hovsater/dte:syntax-haskell into master

Minimal syntax implementation convering the following:

  • Highlight block comments (allows nesting up to three)
  • Highlight inline comments
  • Highlight keywords
  • Highlight types/constructors

Merge request reports