9 lines
261 B
Scheme
9 lines
261 B
Scheme
|
|
[ "fun" "λ" "forall" "∏" ] @keyword
|
||
|
|
[ "->" "=>" "→" "⇒" "," ":=" ";" ":" ] @punctuation.delimiter
|
||
|
|
[ "(" ")" ] @punctuation.bracket
|
||
|
|
;[ "*" "□" "[]" ] @constant.builtin
|
||
|
|
(comment) @comment
|
||
|
|
(identifier) @variable
|
||
|
|
;(param) @variable.parameter
|
||
|
|
;(type) @type
|