Skip to content

Commit 00355b6

Browse files
committed
Fix build system options
1 parent d6c5b6f commit 00355b6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

dashing.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ selectors:
3030
'dl.setting > dt[id]':
3131
attr: id
3232
type: Setting
33-
matchpath: '\.html$'
33+
matchpath: '(?<!build_systems)\.html$'
3434

3535
###[ TAB MULTI-SELECT ]########################################################
3636
###[ GIT INTEGRATION ]#########################################################
@@ -107,7 +107,11 @@ selectors:
107107

108108
###[ BUILD SYSTEMS ]###########################################################
109109

110-
# TODO: Some build system Options are listed as Settings by global rules
110+
# Options
111+
'dl.setting > dt[id]':
112+
attr: id
113+
type: Option
114+
matchpath: '/build_systems\.html$'
111115

112116
# Variables
113117
'#variables table code':

0 commit comments

Comments
 (0)