spacemacs/layers/+lang/mercury/README.org

32 lines
816 B
Org Mode
Raw Normal View History

2019-06-30 14:56:19 +00:00
#+TITLE: mercury layer
2019-11-08 17:06:39 +00:00
#+TAGS: dsl|layer|programming
2019-06-30 14:56:19 +00:00
[[file:img/mercury.png]]
* Table of Contents :TOC_5_gh:noexport:
2019-06-30 14:56:19 +00:00
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
This layer adds support for the Mercury language.
** Features:
- Indentation.
- Syntax highlighting.
- Compiling and running.
2019-06-30 14:56:19 +00:00
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =mercury= to the existing =dotspacemacs-configuration-layers= list in this
file.
* Key bindings
| Key binding | Description |
2019-06-30 14:56:19 +00:00
|-------------+--------------------------------------|
| ~SPC m c b~ | Compile current buffer file. |
| ~SPC m c r~ | Compile and run current buffer file. |