mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-02-04 03:21:39 +00:00
backing up sublime settings
This commit is contained in:
31
Packages/SublimeREPL/config/F/Main.sublime-menu
Normal file
31
Packages/SublimeREPL/config/F/Main.sublime-menu
Normal file
@@ -0,0 +1,31 @@
|
||||
[
|
||||
{
|
||||
"id": "tools",
|
||||
"children":
|
||||
[{
|
||||
"caption": "SublimeREPL",
|
||||
"mnemonic": "r",
|
||||
"id": "SublimeREPL",
|
||||
"children":
|
||||
[
|
||||
{"command": "repl_open",
|
||||
"caption": "F#",
|
||||
"id": "repl_f#",
|
||||
"mnemonic": "f",
|
||||
"args": {
|
||||
"type": "subprocess",
|
||||
"external_id": "fsharp",
|
||||
"encoding": "utf8",
|
||||
"cmd": {
|
||||
"windows": ["fsi.exe", "--utf8output", "--gui-"],
|
||||
"osx": ["fsharpi", "--utf8output", "--readline-"],
|
||||
"linux": ["fsi", "--utf8output", "--readline-"]},
|
||||
"cmd_postfix": ";;\n",
|
||||
"cwd": "$file_path",
|
||||
"syntax": "Packages/F#/F#.tmLanguage"
|
||||
}
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user