infix operators

This commit is contained in:
William Ball 2024-12-10 21:41:55 -08:00
parent b53ddc01fd
commit 70792b9f13

View file

@ -1,10 +1,12 @@
[ "fun" "λ" "forall" "∏" "let" "in" "end" "def" "axiom" ] @keyword
[ "fun" "λ" "forall" "∏" "let" "in" "end" "def" "axiom" "variable" "hypothesis" "section" "infixl" "infixr" ] @keyword
(preprocess
(command) @keyword
(post_command) @string)
[ "->" "=>" "→" "⇒" "," ":=" ";" ":" ] @punctuation.delimiter
[ "=>" "→" "⇒" "," ":=" ";" ":" ] @punctuation.delimiter
(symbol) @operator
[(star) (square)] @constant.builtin