adding interpreter arrays to some languages

This commit is contained in:
Eric Schulte
2013-09-15 10:03:36 -06:00
parent 7a6202a8c3
commit d93edf0897

View File

@@ -10,6 +10,7 @@
# ace_mode - A String name of Ace Mode (if available)
# wrap - Boolean wrap to enable line wrapping (default: false)
# extension - An Array of associated extensions
# interpreter - An Array of associated interpreters
# primary_extension - A String for the main extension associated with
# the language. Must be unique. Used when a Language is picked
# from a dropdown and we need to automatically choose an
@@ -131,6 +132,11 @@ Awk:
- .gawk
- .mawk
- .nawk
interpreters:
- awk
- gawk
- mawk
- nawk
Batchfile:
type: programming
@@ -324,6 +330,12 @@ Common Lisp:
- .lsp
- .ny
- .podsl
interpreters:
- lisp
- sbcl
- ccl
- clisp
- ecl
Coq:
type: programming
@@ -906,6 +918,8 @@ Makefile:
- makefile
- Makefile
- GNUmakefile
interpreters:
- make
Mako:
primary_extension: .mako
@@ -1137,6 +1151,8 @@ Perl:
- .pm6
- .pod
- .psgi
interpreters:
- perl
Pike:
type: programming
@@ -1210,6 +1226,8 @@ Python:
- .xpy
filenames:
- wscript
interpreters:
- python
Python traceback:
type: data
@@ -1232,6 +1250,8 @@ R:
- .R
filenames:
- .Rprofile
interpreters:
- Rscript
REALbasic:
type: programming
@@ -1319,6 +1339,8 @@ Ruby:
- .ru
- .thor
- .watchr
interpreters:
- ruby
filenames:
- Appraisals
- Berksfile
@@ -1374,6 +1396,11 @@ Scheme:
extensions:
- .sls
- .ss
interpreters:
- guile
- racket
- bigloo
- chicken
Scilab:
type: programming
@@ -1398,6 +1425,10 @@ Shell:
extensions:
- .bats
- .tmux
interpreters:
- bash
- sh
- zsh
filenames:
- Dockerfile