BranchTaken / Hemlock

Programming language
Other
30 stars 3 forks source link

Implement vim mode #7

Open jasone opened 5 years ago

jasone commented 5 years ago

Hemlock syntax is substantially similar to that of OCaml, but there are differences worth highlighting, e.g.:

jasone commented 4 years ago

I already have a kakoune mode for Hemlock, and although it's very basic, I'm finding it adequate for use during bootstrapping. We will codevelop a language server (see #48) during compiler implementation, which subsumes the less ambitious notion of a vim mode.

cevans87 commented 2 years ago

I need highlighting from Vim now. It looks like it'll be a fairly mechanical transformation of the Kakoune highlighter spec.

jasone commented 2 years ago

FYI I have some incremental fixes/improvements in my working tree right now.