mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 15:53:07 +02:00
Syntax: Add concealment for UUIDs
This commit is contained in:
parent
0741cac677
commit
9fe5e523e1
1 changed files with 5 additions and 0 deletions
5
after/syntax/vimwiki.vim
Normal file
5
after/syntax/vimwiki.vim
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
let s:conceal = exists("+conceallevel") ? ' conceal': ''
|
||||||
|
execute 'syn match VimwikiTaskUuid containedin=VimwikiCheckBoxDone /\v#[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}/'.s:conceal
|
||||||
|
hi link VimwikiTaskUuid Comment
|
||||||
|
set conceallevel=3
|
||||||
|
set concealcursor=nc
|
Loading…
Add table
Add a link
Reference in a new issue