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 @@ -93,7 +93,6 @@ Currently supported grammars are:
93
93
| Python | Yes | Yes | |
94
94
| R | Yes | Yes | |
95
95
| Racket | Yes | Yes | |
96
- | [ RANT] ( https://github.com/TheBerkin/Rant ) | Yes | Yes | |
97
96
| Reason | Yes | Yes | |
98
97
| Ren'Py | Yes | No | Requires ` renpy ` to be in path. Runs project at root of current file.|
99
98
| Robot Framework | Yes | No | Requires ` robot ` to be in path. Output location depends on CWD behaviour which can be altered in settings. |
Original file line number Diff line number Diff line change @@ -772,17 +772,6 @@ module.exports =
772
772
command : ' racket'
773
773
args : ({filepath}) -> [filepath]
774
774
775
- RANT :
776
- ' Selection Based' :
777
- command : ' RantConsole.exe'
778
- args : (context ) ->
779
- code = context .getCode ()
780
- tmpFile = GrammarUtils .createTempFileWithCode (code)
781
- return [' -file' , tmpFile]
782
- ' File Based' :
783
- command : ' RantConsole.exe'
784
- args : ({filepath}) -> [' -file' , filepath]
785
-
786
775
Reason :
787
776
' File Based' :
788
777
command : if windows then ' cmd' else ' bash'
You can’t perform that action at this time.
0 commit comments