onivim/oni

Improve Haskell Syntax Highlighting.

オープン

#2,546 opened on 2018/09/03

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (297 件のフォーク)batch import
enhancementgood first issue

Repository metrics

Stars
 (11,246 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド