sublime
This commit is contained in:
parent
8b0eae1b0d
commit
d5e7cdecef
5 changed files with 21 additions and 3841 deletions
|
@ -5,7 +5,7 @@
|
|||
"list-fixes": "",
|
||||
|
||||
// do not fix these errors / warnings(e.g. E4, W)
|
||||
"ignore": "E24, E226, D",
|
||||
"ignore": "E24,E226,D",
|
||||
|
||||
// select errors / warnings(e.g. E4, W)
|
||||
"select": "",
|
||||
|
@ -14,7 +14,7 @@
|
|||
"indent-size": 4,
|
||||
|
||||
"format_on_save": true,
|
||||
"show_output_panel": true,
|
||||
"show_output_panel": false,
|
||||
// Format/Preview menu items only appear for views
|
||||
// with syntax from `syntax_list`
|
||||
// value is base filename of the .tmLanguage syntax files
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
// Lord, do I hate Ctrl+q ... Deactivated because of Layout
|
||||
//{ "keys": ["ctrl+q"], "command": "unbound"},
|
||||
|
||||
|
||||
// Allow Alt+C to comment:
|
||||
{
|
||||
"keys": ["alt+c"],
|
||||
|
@ -187,10 +186,10 @@
|
|||
// LaTeX compilation set to Ctrl+Enter
|
||||
// Doesn't work...
|
||||
// {
|
||||
// "keys": ["ctrl+enter"],
|
||||
// "context": [
|
||||
// {"key": "selector", "operator": "equal", "operand": "text.tex.latex"},
|
||||
// {"key": "latextools.st_version", "operator": "equal", "operand": "<3080"}],
|
||||
// "command": "latextools_build_selector"
|
||||
// "keys": ["ctrl+enter"],
|
||||
// "context": [
|
||||
// {"key": "selector", "operator": "equal", "operand": "text.tex.latex"},
|
||||
// {"key": "latextools.st_version", "operator": "equal", "operand": "<3080"}],
|
||||
// "command": "latextools_build_selector"
|
||||
// },
|
||||
]
|
File diff suppressed because it is too large
Load diff
|
@ -25,6 +25,7 @@
|
|||
"Layout",
|
||||
"Markdown Extended",
|
||||
"Markdown HTML Preview",
|
||||
"Markdown Images",
|
||||
"MarkdownLivePreview",
|
||||
"MultiEditUtils",
|
||||
"Package Control",
|
||||
|
|
|
@ -90,11 +90,20 @@
|
|||
"anonymising",
|
||||
"désanonymisation",
|
||||
"nuagique",
|
||||
"app's"
|
||||
"app's",
|
||||
"Deuxfleurs",
|
||||
"setup",
|
||||
"crowdsourcing",
|
||||
"crowdsourced",
|
||||
"geolocation",
|
||||
"unlinkable",
|
||||
"unlinkability",
|
||||
"Rouvoy",
|
||||
"jacente"
|
||||
],
|
||||
"close_windows_when_empty": false,
|
||||
"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,
|
||||
"font_face": "Fira Code",
|
||||
"font_size": 11,
|
||||
|
@ -107,7 +116,8 @@
|
|||
"ignored_words":
|
||||
[
|
||||
"",
|
||||
"cloud"
|
||||
"cloud",
|
||||
"prequential"
|
||||
],
|
||||
"predawn_findreplace_small": true,
|
||||
"predawn_quick_panel_small": true,
|
||||
|
|
Loading…
Reference in a new issue