]> git.eshelyaron.com Git - emacs.git/commit
f90: handle F2008 module function
authorGlenn Morris <rgm@gnu.org>
Thu, 16 Jan 2020 02:47:51 +0000 (18:47 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 16 Jan 2020 02:47:51 +0000 (18:47 -0800)
commit3b0d1a50aa7e7555d46c6a6b54840c9fb46a6810
tree0725354aa64e2c52abb8839a8d6a6f32914e34bd
parent55803cc189a89031bbf2b37e5ac00a04ef1ad8aa
f90: handle F2008 module function

* lisp/progmodes/f90.el (f90-font-lock-keywords-1)
(f90-looking-at-program-block-start):
Handle F2008 "module function" and subroutine.  (Bug#38415)
* test/lisp/progmodes/f90-tests.el (f90-test-bug38415): New test.
lisp/progmodes/f90.el
test/lisp/progmodes/f90-tests.el