Skip to content

Instantly share code, notes, and snippets.

@gwerbin
Created September 10, 2014 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gwerbin/72240c46bfe70b821863 to your computer and use it in GitHub Desktop.
Save gwerbin/72240c46bfe70b821863 to your computer and use it in GitHub Desktop.
<!-- save to <Sublime Text path>/Packages/User/Snippets or anywhere in <Sublime Text path>/Packages/ -->
<!-- with Sublime Text 3 on OSX Mavericks, <Sublime Text path> would be "~/Library/Application Support/Sublime Text 3" -->
<snippet>
<content><![CDATA[
functions{
}
data {
}
transformed data {
}
parameters {
}
transformed parameters {
}
model {
}
generated quantities {
}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<!-- <tabTrigger>hello</tabTrigger> -->
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.stan</scope>
<description>Skeleton for a .stan file</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment