add conceal for let

This commit is contained in:
LordMZTE 2022-03-22 13:42:25 +01:00
parent 46bc86633d
commit f71b867648
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -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 ""))