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:
parent
a50571950d
commit
bd3ca9fc47
1 changed files with 1 additions and 0 deletions
|
@ -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'.")
|
||||
|
|
Loading…
Add table
Reference in a new issue