*.stan files are matched as stan files.
Extensive syntax matching for distributions, functions, operators, and more.
Take advantage of cindent for indentation of stan files.
A rich suite of Ultisnip snippets for building stan models.
stan snippets follow a pattern of stan_*.
If you use a completer like YouCompleteMe, you can see all the snippets available just by typing stan_
Snippets exist for a bare stan skeleton, traditional examples, and different classic models.
Snippets are also provided for the R filetypes for use with Rstan.
Available snippets:
stan_linearmodel(stan and R) basic linear model with Gaussian errorsstan_bernoulli(stan and R) basic linear model for Bernoulli response.stan_binomial(stan and R) basic linear model for Binomial response.stan_example_rats(stan) the classic "Rats" examplestan_example_schools(stan) the classic "8 schools" examplestan_skeleton(stan) setup of the different blocks (data, parameters, etc)stan(R) R code to build a model, sample, and extract