emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master bd3ca9f: Add highlighting of the F2008 keyword "impure"


From: Lars Ingebrigtsen
Subject: master bd3ca9f: Add highlighting of the F2008 keyword "impure"
Date: Sun, 31 Oct 2021 12:23:29 -0400 (EDT)

branch: master
commit bd3ca9fc47d363263a86b75921945d19db901060
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 f9e6101..acc0d96 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'.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]