spacemacs/layers/+lang/mercury
Arif Er 00f9ab19ac chore: update copyright headers to 2022
The script used to identify and update the change is added into the GitHub
workflows script directory. A workflow action can be created to trigger the
script to update the headers on the first of every new year. Possibly a task for
a consequent PR.
2022-06-03 17:32:20 +02:00
..
img
packages.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00
README.org

mercury layer

/TakeV/spacemacs/media/commit/51686e5f1206d57a86d9d33a62ed02c9aa9c7e8b/layers/+lang/mercury/img/mercury.png

Description

This layer adds support for the Mercury language.

Features:

  • Indentation.
  • Syntax highlighting.
  • Compiling and running.

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
SPC m c b Compile current buffer file.
SPC m c r Compile and run current buffer file.