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
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))