Skip to content

Commit 42c0d5b

Browse files
Include markup highlighting in list items. Fixes #68.
1 parent b981540 commit 42c0d5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

syntax/org.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ hi def link org_list_unordered Identifier
109109
syntax match org_list_def /.*\s\+::/ contained
110110
hi def link org_list_def PreProc
111111

112-
syntax match org_list_item /.*$/ contained
112+
syntax match org_list_item /.*$/ contained contains=org_bold,org_italic,org_underline,org_code,org_verbatim,org_strike
113+
113114
syntax match org_list_checkbox /\[[ X-]]/ contained
114115
hi def link org_list_bullet Identifier
115116
hi def link org_list_checkbox PreProc

0 commit comments

Comments
 (0)