Run a build and commit the results

This commit is contained in:
Danielle McLean
2023-10-10 23:21:12 +11:00
parent 158ffef943
commit a126d20c24
815 changed files with 3403 additions and 89318 deletions

View File

@@ -487,6 +487,7 @@ let s:interpreters = {
\ 'julia': 'julia',
\ 'lua': 'lua',
\ 'moon': 'moon',
\ 'nft': 'nftables',
\ 'ocaml': 'ocaml',
\ 'ocamlrun': 'ocaml',
\ 'ocamlscript': 'ocaml',
@@ -499,6 +500,9 @@ let s:interpreters = {
\ 'python': 'python',
\ 'python2': 'python',
\ 'python3': 'python',
\ 'py': 'python',
\ 'pypy': 'python',
\ 'pypy3': 'python',
\ 'qmake': 'qmake',
\ 'Rscript': 'r',
\ 'racket': 'racket',
@@ -510,6 +514,7 @@ let s:interpreters = {
\ 'rake': 'ruby',
\ 'jruby': 'ruby',
\ 'rbx': 'ruby',
\ 'rust-script': 'rust',
\ 'scala': 'scala',
\ 'ash': 'sh',
\ 'bash': 'sh',