Skip to content

Commit

Permalink
Merge pull request #142 from justjoheinz/feature/menu_entries
Browse files Browse the repository at this point in the history
Add additional entries to the Idris main menu
  • Loading branch information
melted authored Jan 3, 2017
2 parents 020fa81 + b5f5d87 commit 3c57687
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions menus/language-idris.cson
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@
'label': 'Typecheck'
'command': 'language-idris:typecheck'
}
{
'label': 'Open REPL'
'command': 'language-idris:open-repl'
}
{
'label': 'Apropos'
'command': 'language-idris:apropos'
}
{
'label': 'Holes'
'command': 'language-idris:holes'
}
{
'label': 'Stop Compiler'
'command': 'language-idris:stop-compiler'
}
]
]
}
Expand Down

0 comments on commit 3c57687

Please sign in to comment.