perga.nvim/queries/perga/highlights.scm
2024-11-20 23:40:22 -08:00

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)