mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 07:01:47 +00:00
28 lines
764 B
Plaintext
28 lines
764 B
Plaintext
[
|
|
{
|
|
"id": "tools",
|
|
"children":
|
|
[{
|
|
"caption": "SublimeREPL",
|
|
"mnemonic": "r",
|
|
"id": "SublimeREPL",
|
|
"children":
|
|
[
|
|
{"command": "repl_open",
|
|
"caption": "Haskell",
|
|
"id": "repl_haskell",
|
|
"mnemonic": "h",
|
|
"args": {
|
|
"type": "sublime_haskell",
|
|
"encoding": "utf8",
|
|
"cmd": ["ghci"],
|
|
"cwd": "$file_path",
|
|
"external_id": "haskell",
|
|
"syntax": "Packages/Haskell/Haskell.tmLanguage"
|
|
}
|
|
}
|
|
]
|
|
}]
|
|
}
|
|
]
|