« Sublime text » : différence entre les versions

 
(2 versions intermédiaires par le même utilisateur non affichées)
Ligne 135 : Ligne 135 :


== Custom Perso ==  
== Custom Perso ==  
build 4200
=== Settings ===
Package Control.sublime-settings
<syntaxhighlight lang="json" line>
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"Alignment",
"ApacheConf",
"ColorPicker",
"GitHub Theme",
"Json Colors And Navigation",
"JSON Reindent",
"Package Control",
"Pretty JSON",
"Sass",
"SqlBeautifier",
"SublimeLinter-php",
"Terminal",
"Twig",
],
}
</syntaxhighlight>
Preferences.sublime-settings
<syntaxhighlight lang="json" line>
{
"ignored_packages":
[
"Vintage",
],
"theme": "GitHub Dark.sublime-theme",
"color_scheme": "Monokai.sublime-color-scheme",
"index_files": true,
"font_size": 14,
}
</syntaxhighlight>
=== Key Bindings ===
=== Key Bindings ===
<syntaxhighlight lang="json" line>  
<syntaxhighlight lang="json" line>