~laumann/hare-mode

Fork of ~bbuccianti/hare-mode
Add @packed to hare-mode-builtins
bb7b2fac — Benjamin Buccianti 2 years ago
updating keywords, constants, etc by sebastian
0255ee3f — Amin Bandali 4 years ago
Hare comments changed from /* comments */ to // comments

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~laumann/hare-mode
read/write
git@git.sr.ht:~laumann/hare-mode

You can also use your local clone with git send-email.

#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
Do not follow this link