infix operators
This commit is contained in:
parent
b53ddc01fd
commit
70792b9f13
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue