feat: add #check_failure as keyword
This commit is contained in:
parent
e35f79feb5
commit
be730fa27f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue