We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c5b6f commit 00355b6Copy full SHA for 00355b6
dashing.yml
@@ -30,7 +30,7 @@ selectors:
30
'dl.setting > dt[id]':
31
attr: id
32
type: Setting
33
- matchpath: '\.html$'
+ matchpath: '(?<!build_systems)\.html$'
34
35
###[ TAB MULTI-SELECT ]########################################################
36
###[ GIT INTEGRATION ]#########################################################
@@ -107,7 +107,11 @@ selectors:
107
108
###[ BUILD SYSTEMS ]###########################################################
109
110
- # TODO: Some build system Options are listed as Settings by global rules
+ # Options
111
+ 'dl.setting > dt[id]':
112
+ attr: id
113
+ type: Option
114
+ matchpath: '/build_systems\.html$'
115
116
# Variables
117
'#variables table code':
0 commit comments