Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion syntax/stan.vim
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ syntax match stanBlock "\vgenerated quantities"
syntax match stanBlock "\vtransformed parameters"
syntax match stanBlock "\vtransformed data"

syntax keyword stanType int real vector simplex unit_vector ordered positive_ordered
syntax keyword stanType int real vector simplex unit_vector ordered positive_ordered sum_to_zero_vector
syntax keyword stanType row_vector matrix cholesky_factor_corr cholesky_factor_cov
syntax keyword stanType corr_matrix cov_matrix
syntax keyword stanType complex complex_matrix complex_vector complex_row_vector
Expand Down