From bd3ca9fc47d363263a86b75921945d19db901060 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 31 Oct 2021 17:23:19 +0100 Subject: [PATCH] Add highlighting of the F2008 keyword "impure" * lisp/progmodes/f90.el (f90-keywords-re): Highlight F2008 keyword "impure" (bug#51529). --- lisp/progmodes/f90.el | 1 + 1 file changed, 1 insertion(+) 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'.") -- 2.39.5