Add inactive timestamps

This commit is contained in:
Alex Vear
2019-02-25 22:53:48 +00:00
parent fbbf533338
commit 957f6597b9

View File

@@ -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