1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00

Added entry' to fortran-font-lock-keywords-1' highlight of declarations.

This commit is contained in:
Simon Marshall 1995-05-12 07:23:19 +00:00
parent cc6e72699c
commit e3889f8470

View File

@ -200,8 +200,8 @@ This variable used in TAB format mode.")
'("'[^'\n]*'?" . font-lock-string-face)
;;
;; Program, subroutine and function declarations, plus calls.
(list (concat "\\<\\(block[ \t]*data\\|call\\|function\\|program\\|"
"subroutine\\)\\>[ \t]*\\(\\sw+\\)?")
(list (concat "\\<\\(block[ \t]*data\\|call\\|entry\\|function\\|"
"program\\|subroutine\\)\\>[ \t]*\\(\\sw+\\)?")
'(1 font-lock-keyword-face)
'(2 font-lock-function-name-face nil t))))
"For consideration as a value of `fortran-font-lock-keywords'.