summaryrefslogtreecommitdiff
path: root/pygments/lexers/julia.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* all: style fixesGeorg Brandl2022-10-271-16/+25
* Add GAP console session mode (#2211)Max Horn2022-08-191-1/+1
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-1/+2
* Merge branch 'master' of github.com:pygments/pygments; branch 'lexers_ijkl' o...Matthäus G. Chajdas2022-02-201-12/+16
|\
| * Whitespace token for julia lexerSebastian Engel2022-01-061-12/+16
* | Remove now redundant re.UNICODE and (?u) (#2058)Jean Abou-Samra2022-01-311-2/+0
* | Happy new year.Georg Brandl2022-01-251-1/+1
|/
* Update lists of operators/keywords in Julia and expand/refine highlighting (#...jmert2021-03-051-183/+135
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-081-36/+34
* all: use yield from (#1537)Georg Brandl2020-09-061-6/+4
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-3/+3
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* 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
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+333