mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-10 20:11:55 +01:00
11 lines
420 B
Scheme
11 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 ""))
|