Skip to content

Commit dbaef0c

Browse files
Add spell check to list items. Closes #175.
1 parent 40a5775 commit dbaef0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/org_legacy.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ hi def link org_list_unordered Identifier
6666
syntax match org_list_def /.*\s\+::/ contained
6767
hi def link org_list_def PreProc
6868

69-
syntax match org_list_item /.*$/ contained contains=org_bold,org_italic,org_underline,org_code,org_verbatim,org_strike
69+
syntax match org_list_item /.*$/ contained contains=org_bold,org_italic,org_underline,org_code,org_verbatim,org_strike,@Spell
7070

7171
" Block Delimiters: {{{1
7272
syntax case ignore

0 commit comments

Comments
 (0)