perga.nvim/queries/perga/highlights.scm

18 lines
343 B
Scheme
Raw Normal View History

2024-11-20 23:39:17 -08:00
[ "fun" "λ" "forall" "∏" "axiom" ] @keyword
2024-11-20 21:11:03 -08:00
[ "->" "=>" "→" "⇒" "," ":=" ";" ":" ] @punctuation.delimiter
2024-11-20 22:01:02 -08:00
[(star) (square)] @constant.builtin
2024-11-20 21:11:03 -08:00
(comment) @comment
2024-11-20 22:01:02 -08:00
[ "(" ")" ] @punctuation.bracket
(definition
name: (identifier) @function)
(param_block
param: (identifier)+ @variable.parameter)
(param_block
type: (expr) @type)