Skip to content

Commit 1343a1c

Browse files
committed
MAINT: update leading comments with license and url
1 parent 5f92d4c commit 1343a1c

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

ftdetect/stan.vim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
" Filetype detection file for the Stan probabilistic programming language
22
" Language: Stan (http://mc-stan.org)
33
" Maintainer: George Ho (https://eigenfoo.xyz)
4-
" Last Change: November 8, 2019
4+
" Last Change: November 10, 2019
55
" Filenames: *.stan
6+
" License: MIT License
7+
" URL: https://github.com/eigenfoo/stan-vim
68

79
autocmd BufNewFile,BufRead *.stan set filetype=stan

ftplugin/stan/folding.vim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
" Folding file for the Stan probabilistic programming language
22
" Language: Stan (http://mc-stan.org)
33
" Maintainer: George Ho (https://eigenfoo.xyz)
4-
" Last Change: November 8, 2019
4+
" Last Change: November 10, 2019
55
" Filenames: *.stan
6+
" License: MIT License
7+
" URL: https://github.com/eigenfoo/stan-vim
68

79
setlocal foldlevel=99
810
setlocal foldmethod=indent

indent/stan.vim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
" Indentation file for the Stan probabilistic programming language
22
" Language: Stan (http://mc-stan.org)
33
" Maintainer: George Ho (https://eigenfoo.xyz)
4-
" Last Change: November 8, 2019
4+
" Last Change: November 10, 2019
55
" Filenames: *.stan
6+
" License: MIT License
7+
" URL: https://github.com/eigenfoo/stan-vim
68

79
"" Only load this indent file when no other was loaded.
810
if exists('b:did_indent')

syntax/stan.vim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
" Syntax file for the Stan probabilistic programming language
22
" Language: Stan (http://mc-stan.org)
33
" Maintainer: George Ho (https://eigenfoo.xyz)
4-
" Last Change: November 8, 2019
4+
" Last Change: November 10, 2019
55
" Filenames: *.stan
6+
" License: MIT License
7+
" URL: https://github.com/eigenfoo/stan-vim
68

79
if exists("b:current_syntax")
810
finish

0 commit comments

Comments
 (0)