summaryrefslogtreecommitdiff
path: root/pygments/lexers/julia.py
Commit message (Collapse)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
|\ | | | | | | | | | | | | | | | | #728) Add julia 0.6 language features to julia.py Approved-by: joshday <emailjoshday@gmail.com> Approved-by: Mykel Kochenderfer <mykel@stanford.edu>
| * 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
| |/ | | | | | | | | Make sure they are converted to errors in test runs, to catch new introductions immediately.
* | 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
| | | | Regexopt does the wrong then when given a mix of string types (as happens in Python 2).
* 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
| | | | Found with regexlint.
* 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
| | | | | 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