File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ Currently supported grammars are:
38
38
| Erlang | | Yes | Uses ` erl ` for limited selection based runs (see [ #70 ] ( https://github.com/rgbkrk/atom-script/pull/70 ) ) |
39
39
| F# | Yes | | |
40
40
| F* | Yes | | |
41
- | Fable | Yes | Yes | |
42
41
| Fish | Yes | Yes | Finally, a way to run code within Atom for the 90s |
43
42
| Forth (via GForth) | Yes | | |
44
43
| Fortran (via gfortran) | Yes | |
Original file line number Diff line number Diff line change @@ -282,17 +282,6 @@ module.exports =
282
282
command : if windows then ' fsi' else ' fsharpi'
283
283
args : ({filepath}) -> [' --exec' , filepath]
284
284
285
- Fable :
286
- ' Selection Based' :
287
- command : ' fable'
288
- args : (context ) ->
289
- code = context .getCode ()
290
- tmpFile = GrammarUtils .createTempFileWithCode (code)
291
- return [tmpFile]
292
- ' File Based' :
293
- command : ' fable'
294
- args : ({filepath}) -> [filepath]
295
-
296
285
Forth :
297
286
' File Based' :
298
287
command : ' gforth'
You can’t perform that action at this time.
0 commit comments