@@ -26,12 +26,6 @@ selectors:
2626 type : Section
2727 matchpath : ' \.html$'
2828
29- # Settings
30- ' dl.setting > dt[id] ' :
31- attr : id
32- type : Setting
33- matchpath : ' (?<!build_systems)\.html$'
34-
3529# ##[ TAB MULTI-SELECT ]########################################################
3630# ##[ GIT INTEGRATION ]#########################################################
3731
@@ -40,8 +34,38 @@ selectors:
4034 type : Enum
4135 matchpath : ' /git_integration\.html$'
4236
37+ # Commands and menus
38+ ' ul li p ' :
39+ type : Command
40+ matchpath : ' /git_integration\.html$'
41+
42+ # Settings
43+ ' dl.setting > dt[id] ' :
44+ attr : id
45+ type : Setting
46+ matchpath : ' /git_integration\.html$'
47+
4348# ##[ INCREMENTAL DIFF ]########################################################
49+
50+ # Commands and menus
51+ ' #styling li p ' :
52+ type : Style
53+ matchpath : ' /incremental_diff\.html$'
54+
55+ # Settings
56+ ' dl.setting > dt[id] ' :
57+ attr : id
58+ type : Setting
59+ matchpath : ' /incremental_diff\.html$'
60+
4461# ##[ INDEXING ]################################################################
62+
63+ # Settings
64+ ' dl.setting > dt[id] ' :
65+ attr : id
66+ type : Setting
67+ matchpath : ' /indexing\.html$'
68+
4569# ##[ COMMAND LINE INTERFACE ]##################################################
4670# ##[ MULTIPLE SELECTION ]######################################################
4771# ##[ COMPLETIONS ]#############################################################
@@ -56,6 +80,11 @@ selectors:
5680 type : Enum
5781 matchpath : ' /completions\.html$'
5882
83+ # Completion fields
84+ ' #completion-files dl.setting > dt ' :
85+ type : Field
86+ matchpath : ' /completions\.html$'
87+
5988 # Snippet fields
6089 ' #snippets dl.setting > dt ' :
6190 type : Field
@@ -67,6 +96,12 @@ selectors:
6796 requiretext : ' \$'
6897 matchpath : ' /completions\.html$'
6998
99+ # Settings
100+ ' dl.setting > dt[id] ' :
101+ attr : id
102+ type : Setting
103+ matchpath : ' /completions\.html$'
104+
70105# ##[ DISTRACTION FREE MODE ]###################################################
71106
72107 # File
@@ -81,6 +116,12 @@ selectors:
81116
82117# ##[ VINTAGE MODE ]############################################################
83118# ##[ PROJECTS ]################################################################
119+
120+ # Settings
121+ ' dl.setting > dt[id] ' :
122+ type : Setting
123+ matchpath : ' /projects\.html$'
124+
84125# ##[ SETTINGS ]################################################################
85126
86127 # Files
@@ -98,8 +139,19 @@ selectors:
98139
99140# ##[ FONT SETTINGS ]###########################################################
100141# ##[ INDENTATION SETTINGS ]####################################################
142+
143+ # Settings
144+ ' dl.setting > dt[id] ' :
145+ type : Setting
146+ matchpath : ' /indentation\.html$'
147+
101148# ##[ SPELL CHECKING ]##########################################################
102149
150+ # Settings
151+ ' dl.setting > dt[id] ' :
152+ type : Setting
153+ matchpath : ' /spell_checking\.html$'
154+
103155 # Commands
104156 ' #commands code ' :
105157 type : Command
@@ -128,10 +180,27 @@ selectors:
128180
129181# ##[ SELECTORS ]###############################################################
130182# ##[ FILE PATTERNS ]###########################################################
183+
184+ # "Uses"
185+ ' #uses li code ' :
186+ type : Setting
187+ matchpath : ' /file_patterns\.html$'
188+
131189# ##[ GPU RENDERING ]###########################################################
132190# ##[ OPERATING SYSTEM COMPATIBILITY ]##########################################
133191# ##[ LINUX PACKAGE MANAGER REPOSITORIES ]######################################
134192# ##[ SAFE MODE ]###############################################################
193+
194+ # Safe Mode Data Dir
195+ ' #behavior > ul li span.file ' :
196+ type : File
197+ matchpath : ' /safe_mode\.html$'
198+
199+ # Safe Mode command
200+ ' #starting pre ' :
201+ type : Command
202+ matchpath : ' /safe_mode\.html$'
203+
135204# ##[ REVERTING TO A FRESHLY INSTALLED STATE ]##################################
136205
137206 # Files
@@ -163,6 +232,11 @@ selectors:
163232 type : Function
164233 matchpath : ' /color_schemes\.html$'
165234
235+ # Settings
236+ ' dl.setting > dt[id] ' :
237+ type : Setting
238+ matchpath : ' /color_schemes\.html$'
239+
166240 # Font Styles
167241 ' dt#font-style dd li code ' :
168242 type : Value
@@ -175,6 +249,11 @@ selectors:
175249
176250# ##[ THEMES ]##################################################################
177251
252+ # Settings
253+ ' dl.setting > dt[id] ' :
254+ type : Setting
255+ matchpath : ' /themes\.html$'
256+
178257 # Properties
179258 ' dl.themeprop > dt ' :
180259 type : Property
@@ -193,6 +272,11 @@ selectors:
193272
194273# ##[ MENUS ]###################################################################
195274
275+ # Settings
276+ ' dl.setting > dt[id] ' :
277+ type : Setting
278+ matchpath : ' /menus\.html$'
279+
196280 ' .subl .descname ' :
197281 requiretext : ' .sublime-menu'
198282 type : File
0 commit comments