From: Lars Ingebrigtsen Date: Sun, 31 Oct 2021 16:23:19 +0000 (+0100) Subject: Add highlighting of the F2008 keyword "impure" X-Git-Tag: emacs-29.0.90~3671^2~330 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd3ca9fc47d363263a86b75921945d19db901060;p=emacs.git Add highlighting of the F2008 keyword "impure" * lisp/progmodes/f90.el (f90-keywords-re): Highlight F2008 keyword "impure" (bug#51529). --- diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index f9e6101e7ab..acc0d96ea5b 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el @@ -345,6 +345,7 @@ The options are `downcase-word', `upcase-word', `capitalize-word' and nil." ;; there are spaces. "contiguous" "submodule" "concurrent" "codimension" "sync all" "sync memory" "critical" "image_index" "error stop" + "impure" )) "\\_>") "Regexp used by the function `f90-change-keywords'.")