« Sublime text » : différence entre les versions
| Ligne 137 : | Ligne 137 : | ||
=== Settings === | === 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 | Preferences.sublime-settings | ||
<syntaxhighlight lang="json" line> | <syntaxhighlight lang="json" line> | ||
| Ligne 151 : | Ligne 178 : | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Key Bindings === | === Key Bindings === | ||
<syntaxhighlight lang="json" line> | <syntaxhighlight lang="json" line> | ||