onivim/oni

Improve Haskell Syntax Highlighting.

Open

#2.546 geöffnet am 3. Sept. 2018

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (336 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (11.389 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Haskell Syntax highlighting seems dull.

Currently all of these are one colour: functions/variables (definitions and use), brackets, types. As well as operators and keywords are also the same colour.

There only seems to be a total of 5 colours on screen

Haskell's "lack" of liveliness is probably related to the fact that functions and variables are the same thing syntactically.

Here is a comparison between Spacemacs and Oni. image

Also, Oni reminds me of when I used gVim, so it could be an upstream issue.

Contributor Guide