For Emacs users... the following should be added to your .emacs file to properly edit .pf files:
; Use Fortran mode for pfUnit (.pf) files (add-to-list 'auto-mode-alist '("\\.pf\\'" . fortran-mode))
Please add this tip to the documentation.
Log in to post a comment.