onivim/oni

Improve Haskell Syntax Highlighting.

开放

#2,546 创建于 2018年9月3日

 (3 条评论) (0 个反应) (0 位负责人)TypeScript (297 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (11,246 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南