Stan language support in Atom
March 3, 2022 ยท View on GitHub
Stan language support in Atom
Adds syntax highlighting and snippets for Stan files in Atom.

Originally the grammar was converted from the sublime-stan Stan package, though many changes have been made since then.
This package was originally developed by jrnold.
Installation
The recommended installation is using
apm install stan-dev/atom-language-stan
Older (outdated) versions can be installed using
apm install language-stan
or find and install it from the Packages tab under settings.
Features
- Syntax highlighting
- Snippets
- Indentation and folding patterns
- Sets configuration so
stan-devpreferences: no tabs, two spaces