feat: add #check_failure as keyword

This commit is contained in:
Leonardo de Moura 2020-02-12 12:52:51 -08:00
parent e35f79feb5
commit be730fa27f

View file

@ -127,7 +127,7 @@
(1 'font-lock-doc-face))
(,(rx (group "@[" (zero-or-more (not (any "]"))) "]"))
(1 'font-lock-doc-face))
(,(rx (group "#" (or "eval" "print" "reduce" "help" "check" "synth")))
(,(rx (group "#" (or "eval" "print" "reduce" "help" "check" "check_failure" "synth")))
(1 'font-lock-keyword-face))
;; mutual definitions "names"
(,(rx word-start