Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stan updates #3413

Merged
merged 35 commits into from Dec 14, 2021
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
fadede5
update stan
spinkney Nov 29, 2021
83289eb
add array
spinkney Nov 29, 2021
5c66f61
update with keyword function for distributions
spinkney Nov 30, 2021
ded95c3
update stan
spinkney Nov 30, 2021
344bb1d
update author
spinkney Nov 30, 2021
6198b9b
Merge branch 'main' into stan_updates
spinkney Nov 30, 2021
4affdc7
add tests and update CHANGES.md
spinkney Nov 30, 2021
ba26072
add truncation highlighting
spinkney Nov 30, 2021
80f8840
reviewer comments
spinkney Nov 30, 2021
a68bf22
reviewer comments
spinkney Nov 30, 2021
0f68f33
remove 10 on positive ordered
spinkney Nov 30, 2021
c35fc6b
add #include
spinkney Nov 30, 2021
9c5e95d
look ahead filter for udf with suffix
spinkney Nov 30, 2021
eee2427
add all functions in alphabetical order plus other
spinkney Dec 1, 2021
637b73f
Merge branch 'main' into stan_updates
spinkney Dec 1, 2021
f8fb915
handle the symbols separately
spinkney Dec 1, 2021
deb82f5
Merge branch 'stan_updates' of https://github.com/spinkney/highlight.…
spinkney Dec 1, 2021
2594dee
flesh out comment for symbols
spinkney Dec 1, 2021
b65a358
removed all lookbacks and updated with param lists
spinkney Dec 4, 2021
616ad0d
everything works without lookbacks
spinkney Dec 4, 2021
893be6e
do not highlight _ distributions if after ~
spinkney Dec 5, 2021
00b5493
minor cleanup
spinkney Dec 5, 2021
8d5b59f
eslint --fix
joshgoebel Dec 7, 2021
0f181b0
update test output
joshgoebel Dec 7, 2021
54f14dc
simplify
joshgoebel Dec 7, 2021
fc8419e
clean up grammar
joshgoebel Dec 7, 2021
aa553ed
make udf title.function, address review comments
spinkney Dec 14, 2021
45840d8
change begin to match
spinkney Dec 14, 2021
bc70b15
fix user defined distribution
spinkney Dec 14, 2021
f210d0b
fix `target` keyword match
spinkney Dec 14, 2021
14e9109
protect against highlighting _lpdf after ~ and remove scope
spinkney Dec 14, 2021
ea7752a
Update src/languages/stan.js
spinkney Dec 14, 2021
118adcd
do not worry about invalid code
joshgoebel Dec 14, 2021
c0be286
Merge branch 'main' into stan_updates
joshgoebel Dec 14, 2021
7aa2b3d
revert to es2016, no longer using flatMap
joshgoebel Dec 14, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -16,6 +16,7 @@ Grammars:
- enh(clojure) Add `regex` mode to regex literal
- fix(clojure) Remove inconsistent/broken highlighting for metadata
- enh(clojure) Add `punctuation` mode for commas.
- fix(stan) Updated for Stan 2.28 and other misc. improvements (#3410)

Developer Tools:

Expand Down