Add inactive timestamps
This commit is contained in:
@@ -94,8 +94,10 @@ highlight def link orgTag Type
|
|||||||
|
|
||||||
|
|
||||||
" Timestamps
|
" Timestamps
|
||||||
syntax match orgTimestamp /<\d\{4}-\d\{2}-\d\{2}.\{-}>/ keepend
|
syntax match orgTimestampActive /<\d\{4}-\d\{2}-\d\{2}.\{-}>/ keepend
|
||||||
highlight def link orgTimestamp Operator
|
syntax match orgTimestampInactive /\[\d\{4}-\d\{2}-\d\{2}.\{-}\]/ keepend
|
||||||
|
highlight def link orgTimestampActive Operator
|
||||||
|
highlight def link orgTimestampInactive Comment
|
||||||
|
|
||||||
|
|
||||||
" Hyperlinks
|
" Hyperlinks
|
||||||
|
|||||||
Reference in New Issue
Block a user