Add run commands for some langs
This commit is contained in:
parent
d029644754
commit
7b4b79f72e
2 changed files with 10 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ CMake:
|
|||
COBOL:
|
||||
Cobra:
|
||||
CoffeeScript:
|
||||
run: coffee %f
|
||||
ColdFusion:
|
||||
ext: cfm
|
||||
Common Lisp:
|
||||
|
|
@ -405,6 +406,7 @@ PDP-11 Assembly:
|
|||
Pentium Assembly:
|
||||
Perl:
|
||||
ext: pl
|
||||
run: perl %f
|
||||
Perl 6:
|
||||
ext: pl6
|
||||
PHP:
|
||||
|
|
@ -448,6 +450,7 @@ PureBasic:
|
|||
Purity:
|
||||
Python:
|
||||
ext: py
|
||||
run: python %f
|
||||
|
||||
Q:
|
||||
Qi:
|
||||
|
|
@ -478,6 +481,7 @@ RTL/2:
|
|||
RTSL:
|
||||
Ruby:
|
||||
ext: rb
|
||||
run: ruby %f
|
||||
Run BASIC:
|
||||
Rust:
|
||||
|
||||
|
|
@ -534,6 +538,7 @@ SystemVerilog:
|
|||
|
||||
TAL:
|
||||
Tcl:
|
||||
run: tclsh %f
|
||||
Teco:
|
||||
TeLa:
|
||||
Thistle:
|
||||
|
|
|
|||
|
|
@ -493,6 +493,7 @@ CoffeeScript:
|
|||
ext: coffee
|
||||
name: CoffeeScript
|
||||
path: CoffeeScript
|
||||
run: coffee %f
|
||||
url: CoffeeScript
|
||||
ColdFusion:
|
||||
ext: cfm
|
||||
|
|
@ -1698,6 +1699,7 @@ Perl:
|
|||
ext: pl
|
||||
name: Perl
|
||||
path: Perl
|
||||
run: perl %f
|
||||
url: Perl
|
||||
Perl 6:
|
||||
ext: pl6
|
||||
|
|
@ -1788,6 +1790,7 @@ Python:
|
|||
ext: py
|
||||
name: Python
|
||||
path: Python
|
||||
run: python %f
|
||||
url: Python
|
||||
Q:
|
||||
ext: q
|
||||
|
|
@ -1908,6 +1911,7 @@ Ruby:
|
|||
ext: rb
|
||||
name: Ruby
|
||||
path: Ruby
|
||||
run: ruby %f
|
||||
url: Ruby
|
||||
Run BASIC:
|
||||
ext: run
|
||||
|
|
@ -2158,6 +2162,7 @@ Tcl:
|
|||
ext: tcl
|
||||
name: Tcl
|
||||
path: Tcl
|
||||
run: tclsh %f
|
||||
url: Tcl
|
||||
TeLa:
|
||||
ext: tela
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue