components/prism-julia.js

Branch


Log

Author Commit Date CI Message
Michael Schmidt 3a876df0 2021-12-05T14:42:04 Julia: Added `char` token (#3223)
Michael Schmidt e2630d89 2021-09-26T11:52:18 ESLint: Added `regexp/sort-alternatives` rule (#3093)
Michael Schmidt 79d22182 2021-06-08T13:50:35 FIxed some cases of quadratic worst-case runtime (#2922)
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
Jeremie Knuesel 093c8175 2020-10-23T20:58:36 Julia: Removed constants that are not exported by default (#2601) * Remove Julia constants that are not exported by default * Julia: build and fix test
Michael Schmidt 81cf2344 2020-05-19T01:58:59 Julia: Improved strings, comments, and other patterns (#2363)
dovisutu feb1b6f5 2019-06-12T19:34:29 Add the 'struct' keyword to Julia (#1941) Added to the key word list and updated tests.
dvdhansen 2141129f 2019-05-28T23:07:39 Julia: Highlight ‘Inf’ and ‘NaN’ as constants (#1921) This highlight `Inf`, `NaN` and all of their variants as constants.
dvdhansen feb3187f 2019-05-28T21:38:42 Julia: Add the ’in’ keyword (#1918) Added the missing `in` keyword.
Golmote 12c0b20a 2018-03-08T22:19:01 Decouple minus sign from number pattern in most languages. Close #1110
Golmote 12684c01 2017-10-22T14:50:14 Julia: Regexp optimisation and simplification
Golmote bcac7d46 2015-08-25T08:46:10 Julia: Simplify comment regexp + improved number regexp + improved operator regexp
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
cdagnino 813b301f 2015-01-15T14:01:54 Delete ignore and remove encoded entities in Julia
cdagnino e5af211f 2015-01-11T20:05:59 Changed indentation from spaces to tabs
cdagnino 23cd3870 2015-01-11T17:53:06 Added basic support for the julia language