This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/layers/+lang/mercury
duianto 331031b60e
[mercury] Rename layer: mercury-layer to mercury
Thanks Miciah for the suggestion.
2019-11-23 22:49:45 +01:00
..
img
packages.el
README.org

mercury layer

/TakeV/spacemacs/media/commit/d0bfc51c7e5dfe4e7a3981ec23f47453324e853d/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.