File tree 4 files changed +12
-4
lines changed 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
" Filetype detection file for the Stan probabilistic programming language
2
2
" Language: Stan (http://mc-stan.org)
3
3
" Maintainer: George Ho (https://eigenfoo.xyz)
4
- " Last Change: November 8 , 2019
4
+ " Last Change: November 10 , 2019
5
5
" Filenames: *.stan
6
+ " License: MIT License
7
+ " URL: https://github.com/eigenfoo/stan-vim
6
8
7
9
autocmd BufNewFile ,BufRead *.stan set filetype = stan
Original file line number Diff line number Diff line change 1
1
" Folding file for the Stan probabilistic programming language
2
2
" Language: Stan (http://mc-stan.org)
3
3
" Maintainer: George Ho (https://eigenfoo.xyz)
4
- " Last Change: November 8 , 2019
4
+ " Last Change: November 10 , 2019
5
5
" Filenames: *.stan
6
+ " License: MIT License
7
+ " URL: https://github.com/eigenfoo/stan-vim
6
8
7
9
setlocal foldlevel = 99
8
10
setlocal foldmethod = indent
Original file line number Diff line number Diff line change 1
1
" Indentation file for the Stan probabilistic programming language
2
2
" Language: Stan (http://mc-stan.org)
3
3
" Maintainer: George Ho (https://eigenfoo.xyz)
4
- " Last Change: November 8 , 2019
4
+ " Last Change: November 10 , 2019
5
5
" Filenames: *.stan
6
+ " License: MIT License
7
+ " URL: https://github.com/eigenfoo/stan-vim
6
8
7
9
" " Only load this indent file when no other was loaded.
8
10
if exists (' b:did_indent' )
Original file line number Diff line number Diff line change 1
1
" Syntax file for the Stan probabilistic programming language
2
2
" Language: Stan (http://mc-stan.org)
3
3
" Maintainer: George Ho (https://eigenfoo.xyz)
4
- " Last Change: November 8 , 2019
4
+ " Last Change: November 10 , 2019
5
5
" Filenames: *.stan
6
+ " License: MIT License
7
+ " URL: https://github.com/eigenfoo/stan-vim
6
8
7
9
if exists (" b:current_syntax" )
8
10
finish
You can’t perform that action at this time.
0 commit comments