mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-17 00:53:43 +01:00
12 lines
420 B
Scheme
12 lines
420 B
Scheme
|
;; Keywords
|
||
|
(("else" @keyword) (#set! conceal ""))
|
||
|
(("for" @keyword) (#set! conceal "ﳁ"))
|
||
|
(("function" @keyword) (#set! conceal "λ"))
|
||
|
(("if" @keyword) (#set! conceal ""))
|
||
|
(("local" @keyword) (#set! conceal ""))
|
||
|
(("return" @keyword) (#set! conceal ""))
|
||
|
(("while" @keyword) (#set! conceal "ﯩ"))
|
||
|
|
||
|
;; Functions
|
||
|
((function_call name: (identifier) @function (#eq? @function "require")) (#set! conceal ""))
|