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