-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPackage Control.sublime-settings
65 lines (65 loc) · 1.31 KB
/
Package Control.sublime-settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"bootstrapped": true,
"in_process_packages":
[
"BracketHighlighter",
"GitGutter",
"JavaScript Completions",
"php-grammar",
"php-snippets",
"SublimeLinter",
"SublimeLinter-contrib-sass-lint",
"SublimeLinter-eslint",
"SublimeLinter-html-tidy",
"SublimeLinter-jshint",
"SublimeLinter-json",
"SublimeLinter-phpcs"
],
"installed_packages":
[
"Additional PHP Snippets",
"Alignment",
"BracketHighlighter",
"DocBlockr",
"EditorConfig",
"Emmet",
"FileDiffs",
"GitGutter",
"GotoDocumentation",
"Indent XML",
"JavaScript Completions",
"jQuery",
"jQuery Snippets pack",
"OmniMarkupPreviewer",
"Package Control",
"PHP Completions Kit",
"PHPUnit Completions",
"Pretty JSON",
"Pretty YAML",
"SCSS",
"Seti_UI",
"StringEncode",
"SublimeLinter",
"SublimeLinter-contrib-sass-lint",
"SublimeLinter-contrib-yaml-lint",
"SublimeLinter-eslint",
"SublimeLinter-html-tidy",
"SublimeLinter-jshint",
"SublimeLinter-json",
"SublimeLinter-php",
"SublimeLinter-phpcs",
"SublimeLinter-pylint",
"SublimeLinter-rst",
"SublimeLinter-ruby",
"Table Editor",
"Terminal",
"Tomorrow Color Schemes",
"WooCommerce Autocomplete",
"WordPress",
"WordPress Developer Resources",
"WordPress Readme to Markdown",
"WPCS Whitelist Flags",
"PHPSnippets",
"PHPGrammar"
]
}