Skip to content

Commit e2eaeb5

Browse files
committed
Fix and extend font style value selector
1 parent 0e4b005 commit e2eaeb5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

resources/sublime-text.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ attr = 'id'
219219
type = 'Setting'
220220

221221
[[selectors.color_schemes]]
222-
# Font styles
223-
css = 'dt#font-style dd li code'
222+
# Various constants for font_style, tags_options, etc.
223+
css = 'dd li code.literal'
224224
type = 'Value'
225225

226226

test/test_docset.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ def test_color_schemes(self):
322322
('Section', 'Scope Rules'),
323323
('Setting', 'minimap_border'),
324324
('Function', 'blenda() adjuster'),
325+
('Value', 'bold'),
326+
('Value', 'squiggly_underline'),
325327
]
326328
self._test_a_doc_page_index('docs/color_schemes.html', contains)
327329

0 commit comments

Comments
 (0)