19 lines
353 B
Scheme
19 lines
353 B
Scheme
[ "fun" "λ" "forall" "∏" ] @keyword
|
|
(axiom) @keyword
|
|
|
|
[ "->" "=>" "→" "⇒" "," ":=" ";" ":" ] @punctuation.delimiter
|
|
|
|
[(star) (square)] @constant.builtin
|
|
|
|
(comment) @comment
|
|
|
|
[ "(" ")" ] @punctuation.bracket
|
|
|
|
(definition
|
|
name: (identifier) @function)
|
|
|
|
(param_block
|
|
param: (identifier)+ @variable.parameter)
|
|
|
|
(param_block
|
|
type: (expr) @type)
|