/crystal-spacemacs-layer

Spacemacs contribution layer for Crystal

Primary LanguageEmacs Lisp

crystal layer

img/crystal.png

Table of Contents

Description

This layer aims to provide support for the Crystal language with the following features:

  • syntax highlighting and indentation (provided by an external package).
  • automatic file formatting
  • autocompletion snippets

Install

To use this layer first clone it into your ~/.emacs.d/private directory:

git clone git@github.com:juanedi/crystal-spacemacs-layer.git ~/.emacs.d/private/crystal

Then enable the layer in your ~/.spacemacs:

(setq-default dotspacemacs-configuration-layers '(crystal))