components/prism-scheme.min.js


Log

Author Commit Date CI Message
Michael Schmidt 0e61a7e1 2021-01-03T18:18:28 Scheme: Added support for high Unicode characters (#2693)
Michael Schmidt e01ecd00 2020-11-29T00:14:35 Scheme: Fixed number pattern (#2648)
Michael Schmidt 7951ca24 2020-11-04T21:54:24 Scheme: Fixed function and function-like false positives (#2611)
Michael Schmidt e4f6ccac 2020-08-30T15:08:38 Scheme: Added support for R7RS syntax (#2525)
Michael Schmidt 1e3f542b 2020-06-04T22:15:55 Scheme: Adjusted lookbehind for literals (#2396)
Michael Schmidt 1946918a 2020-05-13T11:25:39 Scheme: Improved lambda parameter (#2346)
Michael Schmidt d2541d54 2020-04-29T15:25:26 Scheme: Consistent lookaheads (#2322)
Michael Schmidt e27e65af 2020-04-27T22:54:18 Scheme: Improved boolean (#2316) I noticed that scheme booleans also partially highlighted `#true`, so I fixed that.
Michael Schmidt ac297ba5 2020-04-27T22:20:41 Scheme: Added missing special keywords (#2304)
Michael Schmidt 9a49f78f 2020-04-07T20:32:39 Scheme: Improvements (#2263)
Michael Schmidt e8811d22 2019-07-20T03:18:01 Scheme: Added support for rational number literals (#1964) This adds support for rational numbers like `2/3`.
Michael Schmidt 191830f2 2019-03-24T20:06:42 Scheme: Minor improvements (#1814) Minor improvements for the Scheme language.
Michael Schmidt 3e00bb9c 2019-03-07T15:22:30 Rebuilt Prism (#1794) This is a rebuilt of Prism to update minified files.
Jakub T. Jankiewicz f8c8add2 2019-03-03T14:10:47 Fixed operator-like functions in Scheme (#1467) This fixes operator-like functions in Scheme.
Michael Schmidt 225dd3f7 2018-11-29T14:07:27 Scheme improvements (#1556) 1. `)` is part for symbols (strings). 2. Function names which have a keyword/builtin as a prefix are not matched correctly. 3. Zero-length function names. 4. `'` is highlighted as `string` even if it marks a list. Also add support for Scheme characters.
Jakub Jankiewicz 12a827e7 2018-07-07T14:56:36 fix function without arguments in scheme language (#1463) * fix function without arguments in scheme language * update tests for scheme
Golmote 51bff80a 2018-03-04T18:42:41 Scheme: Don't highlight first number of a list as a function. Fix #1331
Golmote bd19b048 2017-10-22T15:24:51 Scheme: Regexp optimisation
Golmote 65cbaa95 2017-05-08T13:27:57 Run gulp after #1107
Golmote 7549eccb 2017-02-08T23:23:24 Add missing greedy config in APL, AutoIt, Dart, Elixir, Erlang, F#, Go, Haxe, Icon, Inform7, J, Makefile, Mel, Nim, Nix, NSIS, OCaml, Oz, Pari/GP, Parser, Pascal, Perl, Prolog, Pure, Qore, R, Rip, Ruby, Rust, SAS, Scheme, SQL, Stylus, Tcl and Verilog
Golmote fa7df086 2015-08-31T09:12:32 Scheme: Don't match content of symbols starting with a parenthesis
Golmote 068704a2 2015-08-31T09:06:27 Scheme: Fixes and simplifications
Golmote 3120ff73 2015-08-21T07:47:59 Scheme: Add missing lookbehind on number pattern. Fix #702
Golmote c8e3c2d7 2015-01-09T08:11:48 Run gulp
Golmote 86b4d4df 2014-12-20T14:21:28 Run gulp tasks
Golmote 76090216 2014-12-11T20:01:50 Fix filename of minified Scheme