summaryrefslogtreecommitdiff
path: root/pygments/lexers/julia.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-1/+1
|
* Curly brace escaping, round 1.Tim Hatch2014-10-151-1/+1
| | | | | These locations were all found by regexlint and done semi-manually, leaving braces within [] alone (they aren't special in the 'regex' module).
* updated julia multiline comment so comment can start on same line as #=Spencer Lyon2014-10-011-1/+1
|
* Added mulitiline comments to julia lexerSpencer Lyon2014-10-011-1/+7
|
* split up math moduleGeorg Brandl2014-09-201-0/+188