forked from SublimeText-Markdown/MarkdownEditing
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from SublimeText-Markdown/master
merge update v2.1.0
- Loading branch information
Showing
23 changed files
with
1,967 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,150 @@ | ||
[ | ||
{ | ||
"caption": "Preferences", | ||
"mnemonic": "n", | ||
"id": "preferences", | ||
"children": | ||
[ | ||
"children": [ | ||
{ | ||
"caption": "Package Settings", | ||
"mnemonic": "P", | ||
"id": "package-settings", | ||
"children": | ||
[ | ||
"children": [ | ||
{ | ||
"caption": "Markdown Editing", | ||
"children": | ||
[ | ||
"children": [ | ||
{ | ||
"args": { | ||
"file": "${packages}/MarkdownEditing/README.md" | ||
}, | ||
"caption": "README", | ||
"command": "open_file" | ||
}, | ||
{ | ||
"caption": "-" | ||
}, | ||
{ | ||
"args": { | ||
"file": "${packages}/MarkdownEditing/Bold and Italic Markers.tmPreferences" | ||
}, | ||
"caption": "Bold and Italic Settings \u2013 Default", | ||
"command": "open_file" | ||
}, | ||
{ | ||
"args": { | ||
"file": "${packages}/User/Bold and Italic Markers.tmPreferences" | ||
}, | ||
"caption": "Bold and Italic Settings \u2013 User", | ||
"command": "open_file" | ||
}, | ||
{ | ||
"caption": "-" | ||
}, | ||
{ | ||
"args": { | ||
"file": "${packages}/MarkdownEditing/Markdown.sublime-settings" | ||
}, | ||
"caption": "Markdown GFM Settings \u2013 Default", | ||
"command": "open_file" | ||
}, | ||
{ | ||
"command": "open_file", | ||
"args": {"file": "${packages}/MarkdownEditing/README.md"}, | ||
"caption": "README" | ||
"args": { | ||
"file": "${packages}/User/Markdown.sublime-settings" | ||
}, | ||
"caption": "Markdown GFM Settings \u2013 User", | ||
"command": "open_file" | ||
}, | ||
{ "caption": "-" }, | ||
{ | ||
"command": "open_file", | ||
"args": {"file": "${packages}/MarkdownEditing/Bold and Italic Markers.tmPreferences"}, | ||
"caption": "Bold and Italic Settings – Default" | ||
"caption": "-" | ||
}, | ||
{ | ||
"command": "open_file", | ||
"args": {"file": "${packages}/User/Bold and Italic Markers.tmPreferences"}, | ||
"caption": "Bold and Italic Settings – User" | ||
"args": { | ||
"file": "${packages}/MarkdownEditing/Markdown (Standard).sublime-settings" | ||
}, | ||
"caption": "Markdown (Standard) Settings \u2013 Default", | ||
"command": "open_file" | ||
}, | ||
{ "caption": "-" }, | ||
{ | ||
"command": "open_file", | ||
"args": {"file": "${packages}/MarkdownEditing/Markdown.sublime-settings"}, | ||
"caption": "Markdown GFM Settings – Default" | ||
"args": { | ||
"file": "${packages}/User/Markdown (Standard).sublime-settings" | ||
}, | ||
"caption": "Markdown (Standard) Settings \u2013 User", | ||
"command": "open_file" | ||
}, | ||
{ | ||
"command": "open_file", | ||
"args": {"file": "${packages}/User/Markdown.sublime-settings"}, | ||
"caption": "Markdown GFM Settings – User" | ||
"caption": "-" | ||
}, | ||
{ "caption": "-" }, | ||
{ | ||
"command": "open_file", | ||
"args": {"file": "${packages}/MarkdownEditing/Markdown (Standard).sublime-settings"}, | ||
"caption": "Markdown (Standard) Settings – Default" | ||
"args": { | ||
"file": "${packages}/MarkdownEditing/MultiMarkdown.sublime-settings" | ||
}, | ||
"caption": "MultiMarkdown Settings \u2013 Default", | ||
"command": "open_file" | ||
}, | ||
{ | ||
"command": "open_file", | ||
"args": {"file": "${packages}/User/Markdown (Standard).sublime-settings"}, | ||
"caption": "Markdown (Standard) Settings – User" | ||
"args": { | ||
"file": "${packages}/User/MultiMarkdown.sublime-settings" | ||
}, | ||
"caption": "MultiMarkdown Settings \u2013 User", | ||
"command": "open_file" | ||
}, | ||
{ "caption": "-" }, | ||
{ | ||
"command": "open_file", | ||
"args": {"file": "${packages}/MarkdownEditing/MultiMarkdown.sublime-settings"}, | ||
"caption": "MultiMarkdown Settings – Default" | ||
"caption": "-" | ||
}, | ||
{ | ||
"command": "open_file", | ||
"args": {"file": "${packages}/User/MultiMarkdown.sublime-settings"}, | ||
"caption": "MultiMarkdown Settings – User" | ||
"args": { | ||
"file": "${packages}/MarkdownEditing/Default (Windows).sublime-keymap", | ||
"platform": "Windows" | ||
}, | ||
"caption": "Key Bindings \u2013 Default", | ||
"command": "open_file" | ||
}, | ||
{ "caption": "-" } | ||
{ | ||
"args": { | ||
"file": "${packages}/MarkdownEditing/Default (OSX).sublime-keymap", | ||
"platform": "OSX" | ||
}, | ||
"caption": "Key Bindings \u2013 Default", | ||
"command": "open_file" | ||
}, | ||
{ | ||
"args": { | ||
"file": "${packages}/MarkdownEditing/Default (Linux).sublime-keymap", | ||
"platform": "Linux" | ||
}, | ||
"caption": "Key Bindings \u2013 Default", | ||
"command": "open_file" | ||
}, | ||
{ | ||
"args": { | ||
"file": "${packages}/User/Default (Windows).sublime-keymap", | ||
"platform": "Windows" | ||
}, | ||
"caption": "Key Bindings \u2013 User", | ||
"command": "open_file" | ||
}, | ||
{ | ||
"args": { | ||
"file": "${packages}/User/Default (OSX).sublime-keymap", | ||
"platform": "OSX" | ||
}, | ||
"caption": "Key Bindings \u2013 User", | ||
"command": "open_file" | ||
}, | ||
{ | ||
"args": { | ||
"file": "${packages}/User/Default (Linux).sublime-keymap", | ||
"platform": "Linux" | ||
}, | ||
"caption": "Key Bindings \u2013 User", | ||
"command": "open_file" | ||
}, | ||
{ | ||
"caption": "-" | ||
} | ||
] | ||
} | ||
] | ||
], | ||
"id": "package-settings", | ||
"mnemonic": "P" | ||
} | ||
] | ||
], | ||
"id": "preferences", | ||
"mnemonic": "n" | ||
} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.