home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky gnu.emacs.help:5111 gnu.epoch.misc:1202
- Newsgroups: gnu.emacs.help,gnu.epoch.misc
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!nsisrv!pat
- From: pat@gsfc.nasa.gov (patrick m. ryan)
- Subject: need help w/ lightbrite.el and FORTRAN
- Message-ID: <1992Dec17.130650.23470@nsisrv.gsfc.nasa.gov>
- Keywords: epoch lisp fortran lightbrite
- Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
- Nntp-Posting-Host: jaameri.gsfc.nasa.gov
- Organization: Goddard Space Flight Center
- X-Newsreader: TIN [version 1.1 PL8]
- Date: Thu, 17 Dec 1992 13:06:50 GMT
- Lines: 25
-
-
- I've recently started using Marc Andressen's lightbrite package
- and I'm loving it. I want to modify it so that is highlights
- Fortran programs. So far, all I've added is this:
-
- ;; Fortran highlighting
- ((string-equal mode-name "Fortran")
- (brite::regexp-touchup-comment "^[Cc].*"))
-
- And even this doesn't work properly. It only highlights the
- first couple of comment lines. I would like to highlight
- "c" and "!" comments in Fortran code as well as reserved
- words.
-
- If anyone is using lightbrite with Fortran, please send
- me email telling me how you did it.
-
- thanks,
- pat
-
- --
- "I have a cunning plan." -- Baldric
- patrick m. ryan
- nasa / goddard space flight center / oceans and ice branch / hughes stx
- pat@jaameri.gsfc.nasa.gov / zmpmr@charney.gsfc.nasa.gov
-