nikita-popov / hare-mode

Emacs mode for Hare lang. Fork from https://git.sr.ht/~laumann/hare-mode

Home Page:https://harelang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hare-mode

An emacs mode for editing the hare language in Emacs. It includes:

  • Syntax highlighting
  • Indentation
  • Some keybindings

Indentation

Hare mode uses SMIE for indentation. It defines a simple grammar, and tries to indent accordingly. Until all quirks are fixed in the grammar and indentation, we offer some indentation bindings, making handling of indentation a little easier.

Bindings

Binding Name
tab hare-mode-indent-forward
backtab hare-mode-indent-backward

About

Emacs mode for Hare lang. Fork from https://git.sr.ht/~laumann/hare-mode

https://harelang.org/

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%