Skip to content

Commit c9e1da2

Browse files
committed
Support Stata
Signed-off-by: Nikita Gryzlov <[email protected]>
1 parent 4c140af commit c9e1da2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/grammars.coffee

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,14 @@ module.exports =
591591
command: "sml"
592592
args: (context) -> [context.filepath]
593593

594+
Stata:
595+
"Selection Based":
596+
command: "xstata-se"
597+
args: (context) -> ['do', context.getCode()]
598+
"File Based":
599+
command: "xstata-se"
600+
args: (context) -> ['do', context.filepath]
601+
594602
Swift:
595603
"File Based":
596604
command: "swift"

0 commit comments

Comments
 (0)