summaryrefslogtreecommitdiff
path: root/pygments/lexers/julia.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Merged in natashawatkins/pygments-main/natashawatkins/julia-06 (pull request ...Anteru2018-12-161-2/+2
|\
| * Merge heads.Georg Brandl2018-11-281-1/+1
| |\
| | * Fix invalid escapes due to missing raw string prefix.Georg Brandl2018-11-281-1/+1
| * | Handle regex syntax FutureWarnings.Georg Brandl2018-11-281-1/+1
| |/
* | Add julia 0.6 language features to julia.pynatashawatkins2017-07-271-1/+3
|/
* all: run regexlint, add a few more changelog entriesGeorg Brandl2017-01-221-2/+2
* Copyright update.Georg Brandl2017-01-221-1/+1
* Fix some unicode-related tests on Python 2.Tim Hatch2016-06-031-30/+33
* fix JuliaLexer and JuliaConsoleLexerKenta Sato2016-05-121-90/+206
* Fix most complaints from regexlint.Georg Brandl2016-02-141-20/+28
* Fixed Julia string interpolation (closes #1170).Georg Brandl2016-02-021-7/+16
* Closes #1196: recognize Julia "immutable" as starting a type.Georg Brandl2016-02-021-1/+1
* Fix non-BMP character range in JuliaLexerTim Hatch2015-10-091-2/+3
* remove unneeded ur literalGeorg Brandl2015-07-221-1/+1
* Change Julia lexer to use multiline mode.Jon Malmaud2015-05-251-1/+1
* Extend Julia unicode identifier range.Jon Malmaud2015-05-251-1/+1
* Support Unicode identifiers in Julia.Jon Malmaud2015-05-251-1/+3
* 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
* 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