Skip to content

Commit 642f23b

Browse files
committed
Do not index CSS color names
The are rather noisy and are hardly used. The section can still be found easily since it is named "CSS Colors" and indexed.
1 parent ddadffd commit 642f23b

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

resources/sublime-text.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,6 @@ type = 'Setting'
223223
css = 'dt#font-style dd li code'
224224
type = 'Value'
225225

226-
[[selectors.color_schemes]]
227-
# CSS colors
228-
css = '#appendix-css-colors span:not(.color-block)'
229-
type = 'Value'
230-
231226

232227
[[selectors.themes]]
233228
css = 'dl.setting > dt[id]'

test/test_docset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ def test_color_schemes(self):
322322
('Section', 'Scope Rules'),
323323
('Setting', 'minimap_border'),
324324
('Function', 'blenda() adjuster'),
325-
('Value', 'aliceblue'),
326325
]
327326
self._test_a_doc_page_index('docs/color_schemes.html', contains)
328327

0 commit comments

Comments
 (0)