Add @packed to hare-mode-builtins
updating keywords, constants, etc by sebastian
Hare comments changed from /* comments */ to // comments
An emacs mode for editing the hare language in Emacs. It includes:
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.
Binding | Name |
---|---|
tab | hare-mode-indent-forward |
backtab | hare-mode-indent-backward |