summaryrefslogtreecommitdiff
path: root/pygments/lexers/fortran.py
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.Georg Brandl2017-01-221-1/+1
* Add exponent-letter D to Fortran lexerJosiah Schwab2016-08-181-2/+2
* Fix most complaints from regexlint.Georg Brandl2016-02-141-5/+4
* Style fixes.Georg Brandl2015-10-171-8/+9
* doc: add some versionadded tagsGeorg Brandl2015-08-081-0/+2
* Merged in ylikx/pygments-main (pull request #213)Georg Brandl2015-08-081-4/+46
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Remove duplicates from data passed to words()Tim Hatch2014-11-061-1/+1
* Simplify charclasses in the remaining modulesGeorg Brandl2014-11-061-3/+3
* Fortran: allow . as punctuationGeorg Brandl2014-11-061-1/+1
* Fortran: allow $ in namesGeorg Brandl2014-11-061-1/+1
* FORTRAN: fix previous commitGeorg Brandl2014-11-061-2/+2
* FORTRAN: recognize cpp style preprocessor lines, fix overzealous variable hig...Georg Brandl2014-11-061-1/+2
* More fixes thanks to regexlint.Georg Brandl2014-10-161-2/+2
* split up lexers.compiled into multiple submodulesGeorg Brandl2014-09-161-0/+160