Skip to content

Commit c075cce

Browse files
committed
Remove Rant
The rant Atom package was deprecated.
1 parent 5f52698 commit c075cce

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ Currently supported grammars are:
9393
| Python | Yes | Yes | |
9494
| R | Yes | Yes | |
9595
| Racket | Yes | Yes | |
96-
| [RANT](https://github.com/TheBerkin/Rant) | Yes | Yes | |
9796
| Reason | Yes | Yes | |
9897
| Ren'Py | Yes | No | Requires `renpy` to be in path. Runs project at root of current file.|
9998
| Robot Framework | Yes | No | Requires `robot` to be in path. Output location depends on CWD behaviour which can be altered in settings. |

lib/grammars.coffee

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -772,17 +772,6 @@ module.exports =
772772
command: 'racket'
773773
args: ({filepath}) -> [filepath]
774774

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-
786775
Reason:
787776
'File Based':
788777
command: if windows then 'cmd' else 'bash'

0 commit comments

Comments
 (0)