Alphabetical ordered list bullets (#4)

This commit is contained in:
István Donkó
2021-03-11 20:25:40 +01:00
committed by GitHub
parent e146fd2ee3
commit 5af62cc9b9

View File

@@ -91,7 +91,7 @@ highlight def link orgTag Type
" Lists " Lists
syntax match orgUnorderedListMarker "^\s*[-+]\s\+" keepend contains=@Spell syntax match orgUnorderedListMarker "^\s*[-+]\s\+" keepend contains=@Spell
syntax match orgOrderedListMarker "^\s*\d\+[.)]\s\+" keepend contains=@Spell syntax match orgOrderedListMarker "^\s*[0-9a-zA-Z]\+[.)]\s\+" keepend contains=@Spell
highlight def link orgUnorderedListMarker Statement highlight def link orgUnorderedListMarker Statement
highlight def link orgOrderedListMarker orgUnorderedListMarker highlight def link orgOrderedListMarker orgUnorderedListMarker