tree-sitter-perga/queries/perga/highlights.scm

9 lines
261 B
Scheme
Raw Normal View History

2024-11-20 19:29:09 -08:00
[ "fun" "λ" "forall" "∏" ] @keyword
[ "->" "=>" "→" "⇒" "," ":=" ";" ":" ] @punctuation.delimiter
[ "(" ")" ] @punctuation.bracket
;[ "*" "□" "[]" ] @constant.builtin
(comment) @comment
(identifier) @variable
;(param) @variable.parameter
;(type) @type