Add highlighting of the F2008 keyword "impure"

* lisp/progmodes/f90.el (f90-keywords-re): Highlight F2008 keyword
"impure" (bug#51529).
This commit is contained in:
Lars Ingebrigtsen 2021-10-31 17:23:19 +01:00
parent a50571950d
commit bd3ca9fc47

View file

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