Skip to content

Commit

Permalink
[ emacs ] highlighting for proven/defined
Browse files Browse the repository at this point in the history
  • Loading branch information
gallais committed Oct 28, 2024
1 parent 52c4933 commit 4ea201d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs/ask.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
;; handling comments
:syntax-table (make-syntax-table)
;; code for syntax highlighting
;; (font-lock-add-keywords nil '(("^\s*proven[^%\n]+" . 'ask-response-success)))
(font-lock-add-keywords nil '(("^\s*\\(proven\\|defined\\)[[:space:]]+" . (1 'ask-response-success))))
(font-lock-add-keywords nil '(("^\s*%>[^%\n]+" 0 'labmate-directive t)))
(font-lock-add-keywords nil '(("^\s*%<.+" . 'labmate-response-error)))
(font-lock-add-keywords nil '(("^\s*%<[{}]$" . 'labmate-response-delimiter)))
Expand Down

0 comments on commit 4ea201d

Please sign in to comment.