John Ferrier
2009-02-20 17:15:35 UTC
The following regular expression used in fortan language to match numerical constant
<[0-9]+(\.[0-9]*)?([DEde][-+]?[0-9]*)?|\.[0-9]+([DEde][-+]?[0-9]*)?>
works fine in most cases. However, for a line like
format (1X,F10.3)
it highlights the "3" unexpectedly.
Can anybody tell how to modify to make it work better?
Thanks,
John
<[0-9]+(\.[0-9]*)?([DEde][-+]?[0-9]*)?|\.[0-9]+([DEde][-+]?[0-9]*)?>
works fine in most cases. However, for a line like
format (1X,F10.3)
it highlights the "3" unexpectedly.
Can anybody tell how to modify to make it work better?
Thanks,
John
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss