Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions syntax/present.vim
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ syn case ignore

syn match presentBold "\*\S+\*"
syn match presentItalic "_\S+_"
syn match presentComment "#.*$"

syn match presentH1 "^\*\s.*$"
syn match presentH2 "^\*\*\s.*$"
Expand Down Expand Up @@ -57,6 +58,8 @@ hi def link presentCaption Type

hi def link presentPlayOmit htmlTag

hi def link presentComment Comment

hi def link presentCodeBlock Statement
hi def link presentInlineCode Statement

Expand Down