added support for preprocessor
This commit is contained in:
parent
a532a2e1dd
commit
52fa5a5f5e
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
[ "fun" "λ" "forall" "∏" ] @keyword
|
[ "fun" "λ" "forall" "∏" ] @keyword
|
||||||
(axiom) @keyword
|
(axiom) @keyword
|
||||||
|
|
||||||
|
(preprocess
|
||||||
|
(command) @keyword
|
||||||
|
(post_command) @string)
|
||||||
|
|
||||||
[ "->" "=>" "→" "⇒" "," ":=" ";" ":" ] @punctuation.delimiter
|
[ "->" "=>" "→" "⇒" "," ":=" ";" ":" ] @punctuation.delimiter
|
||||||
|
|
||||||
[(star) (square)] @constant.builtin
|
[(star) (square)] @constant.builtin
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue