mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 10:23:45 +01:00
add conceal for let
This commit is contained in:
parent
46bc86633d
commit
f71b867648
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
(("for" @keyword) (#set! conceal "ﳁ"))
|
||||
(("impl" @keyword) (#set! conceal ""))
|
||||
(("in" @keyword) (#set! conceal "ﲒ"))
|
||||
(("let" @keyword) (#set! conceal ""))
|
||||
(("loop" @keyword) (#set! conceal "ﯩ"))
|
||||
(("match" @keyword) (#set! conceal ""))
|
||||
(("pub" @keyword) (#set! conceal ""))
|
||||
|
|
Loading…
Reference in a new issue