Skip to content

Commit

Permalink
Support Stata
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Gryzlov <[email protected]>
  • Loading branch information
nixel2007 committed May 23, 2016
1 parent 4c140af commit c9e1da2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/grammars.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,14 @@ module.exports =
command: "sml"
args: (context) -> [context.filepath]

Stata:
"Selection Based":
command: "xstata-se"
args: (context) -> ['do', context.getCode()]
"File Based":
command: "xstata-se"
args: (context) -> ['do', context.filepath]

Swift:
"File Based":
command: "swift"
Expand Down

0 comments on commit c9e1da2

Please sign in to comment.