sublime
This commit is contained in:
parent
8b0eae1b0d
commit
d5e7cdecef
5 changed files with 21 additions and 3841 deletions
|
@ -14,7 +14,7 @@
|
||||||
"indent-size": 4,
|
"indent-size": 4,
|
||||||
|
|
||||||
"format_on_save": true,
|
"format_on_save": true,
|
||||||
"show_output_panel": true,
|
"show_output_panel": false,
|
||||||
// Format/Preview menu items only appear for views
|
// Format/Preview menu items only appear for views
|
||||||
// with syntax from `syntax_list`
|
// with syntax from `syntax_list`
|
||||||
// value is base filename of the .tmLanguage syntax files
|
// value is base filename of the .tmLanguage syntax files
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
// Lord, do I hate Ctrl+q ... Deactivated because of Layout
|
// Lord, do I hate Ctrl+q ... Deactivated because of Layout
|
||||||
//{ "keys": ["ctrl+q"], "command": "unbound"},
|
//{ "keys": ["ctrl+q"], "command": "unbound"},
|
||||||
|
|
||||||
|
|
||||||
// Allow Alt+C to comment:
|
// Allow Alt+C to comment:
|
||||||
{
|
{
|
||||||
"keys": ["alt+c"],
|
"keys": ["alt+c"],
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -25,6 +25,7 @@
|
||||||
"Layout",
|
"Layout",
|
||||||
"Markdown Extended",
|
"Markdown Extended",
|
||||||
"Markdown HTML Preview",
|
"Markdown HTML Preview",
|
||||||
|
"Markdown Images",
|
||||||
"MarkdownLivePreview",
|
"MarkdownLivePreview",
|
||||||
"MultiEditUtils",
|
"MultiEditUtils",
|
||||||
"Package Control",
|
"Package Control",
|
||||||
|
|
|
@ -90,11 +90,20 @@
|
||||||
"anonymising",
|
"anonymising",
|
||||||
"désanonymisation",
|
"désanonymisation",
|
||||||
"nuagique",
|
"nuagique",
|
||||||
"app's"
|
"app's",
|
||||||
|
"Deuxfleurs",
|
||||||
|
"setup",
|
||||||
|
"crowdsourcing",
|
||||||
|
"crowdsourced",
|
||||||
|
"geolocation",
|
||||||
|
"unlinkable",
|
||||||
|
"unlinkability",
|
||||||
|
"Rouvoy",
|
||||||
|
"jacente"
|
||||||
],
|
],
|
||||||
"close_windows_when_empty": false,
|
"close_windows_when_empty": false,
|
||||||
"color_scheme": "Packages/User/predawn (Flake8Lint).tmTheme",
|
"color_scheme": "Packages/User/predawn (Flake8Lint).tmTheme",
|
||||||
"dictionary": "Packages/Language - French - Français/fr_FR.dic",
|
"dictionary": "Packages/Language - English/en_GB.dic",
|
||||||
"find_selected_text": true,
|
"find_selected_text": true,
|
||||||
"font_face": "Fira Code",
|
"font_face": "Fira Code",
|
||||||
"font_size": 11,
|
"font_size": 11,
|
||||||
|
@ -107,7 +116,8 @@
|
||||||
"ignored_words":
|
"ignored_words":
|
||||||
[
|
[
|
||||||
"",
|
"",
|
||||||
"cloud"
|
"cloud",
|
||||||
|
"prequential"
|
||||||
],
|
],
|
||||||
"predawn_findreplace_small": true,
|
"predawn_findreplace_small": true,
|
||||||
"predawn_quick_panel_small": true,
|
"predawn_quick_panel_small": true,
|
||||||
|
|
Loading…
Reference in a new issue