Log

Author Commit Date CI Message
Golmote 595d1738 2018-03-21T08:26:28 Release 1.13.0
Golmote d2c026ef 2018-03-20T20:56:40 Powershell: Add lookbehind to fix function interpolation inside strings. Fix #1361
Golmote a5331a68 2018-03-20T20:57:34 Add a loadLanguages() function for easy component loading on NodeJS (#1359)
Golmote a52319a1 2018-03-20T09:00:58 Update .npmignore Close #1274
Golmote 0e1a8b75 2018-03-20T08:54:48 Tests: Use the new components.js file directly
Golmote 2b8321d3 2018-03-20T08:37:58 JSX: Add support for plain text inside tags (#1357) * JSX: Add support for plain text inside tags * JSX: Use a "plain-text" token to identify plain text * TSX: Add support for plain text * Fix test after merge
Golmote 212dd4ef 2018-03-20T08:26:29 Website: Check stored theme by default + link both theme selectors together. Close #1038
Golmote c6c7fd1a 2018-03-19T08:56:05 Coy theme: Inherit pre's height on code, so it does not break on Download page.
Golmote 0460cadb 2018-03-19T08:46:46 Website: Improve appearance of theme selector
Golmote de5a2b6f 2018-03-19T08:42:13 Add Tomorrow Night theme (#70) to components.json
Golmote ba60df09 2018-03-15T08:55:19 Core: Generate components.js from components.json and make it exportable to nodeJS. (#1354)
Golmote af834be6 2018-03-14T20:38:47 Markup: Make tags greedy. Fix #1356
Golmote f0e6249e 2018-03-13T08:24:08 JSX: Add test for #1342. Close #1342
Golmote cc80ccda 2018-03-13T08:15:56 Remove most of the cloning occurrences in language definitions.
Golmote f90d5559 2018-03-13T08:11:25 Core: Allow cloning of circular structures. (#1345)
Golmote efdccbfe 2018-03-12T20:28:06 Rust: Improve char pattern so that lifetime annotations are matched better. Fix #1353
paladox 85724748 2018-03-11T23:16:33 Highlight token class-name with colour #DD4A68 (#1350) Fixes #1346
Golmote 3599e6a3 2018-03-11T12:11:51 Add support for PL/SQL (#1338) * Add support for PL/SQL (Fix #1149) * Merge gh-pages
Golmote e6213acb 2018-03-11T12:02:50 Add support for ERB. Fix #1318
Golmote c3ed5b52 2018-03-11T11:11:05 Website: Auto-generate example header with component title, list of aliases and dependencies. `overrideExampleHeader` can be used to generate only the component title.
Golmote 68612594 2018-03-11T09:26:33 Build all branches (including gh-pages) on Travis CI. Closes #1341
Golmote bc2b70f8 2018-03-08T23:44:07 Release 1.12.2
Golmote df01b1b9 2018-03-08T23:37:19 Stop testing on Node 0.10 and 0.12
paladox 97b7d0a8 2018-03-08T22:36:16 test against nodejs 4, 6, 8 and 9 (#1329)
Golmote ee4cd1dd 2018-03-08T23:24:37 Release 1.12.1
Golmote 9aed85e7 2018-03-08T23:16:46 C-like: Add test for inline comments inside multiline comments
Golmote cebacdfa 2018-03-08T23:14:40 Revert "C-like: Change order of comment patterns and make multi-line one greedy. Fix #1337" This reverts commit b98e5b9
Golmote 5d658471 2018-03-08T22:21:24 Code style
Golmote a298c621 2018-03-08T22:20:37 Use i flag to simplify some regexps
Golmote 12c0b20a 2018-03-08T22:19:01 Decouple minus sign from number pattern in most languages. Close #1110
Golmote 05bf67dc 2018-03-08T09:05:21 JSX: Allow for one level of nested curly braces inside tag attribute value. Fix #1335
Golmote 31a2a697 2018-03-08T08:43:54 Ruby: Ensure module syntax is not confused with symbols. Fix #1336
Golmote 92ffeb23 2018-03-07T21:42:43 Release 1.12.0
Golmote b9809b34 2018-03-07T21:31:53 Update "Used by" section (#1330) * Website: Remove Brendan Eich's blog from "Used by" section * Website: Remove USWDS-related code and image * Website: Add React in "Used by" section * Website: Add Stripe in "Used by" section
Golmote 0bc98ac1 2018-03-07T21:31:40 Add support for ARFF (Fix #653) (#1327)
Golmote 926f6f86 2018-03-07T21:23:21 Rust: Add support for lifetime-annotation and => operator. Fix #1339
Golmote b98e5b9b 2018-03-07T20:53:45 C-like: Change order of comment patterns and make multi-line one greedy. Fix #1337
Golmote b70feb87 2018-03-07T09:07:12 Update CHANGELOG
Golmote 916c91fc 2018-03-07T08:54:51 Fix CHANGELOG
Golmote de29d4a3 2018-03-07T08:50:40 SQL: Add missing keywords and functions, fix numbers
Golmote 4593837f 2018-03-05T08:43:22 Ruby: Add keywords "protected", "private" and "public"
Golmote 405867cb 2018-03-05T08:25:08 C#: Add "dotnet" alias.
Golmote 4cb9888d 2018-03-05T08:22:53 C#: Reorder keywords
Golmote 51bff80a 2018-03-04T18:42:41 Scheme: Don't highlight first number of a list as a function. Fix #1331
Golmote eba02358 2018-03-04T16:24:32 Docs: Add note on `async` parameter to clarify the requirement of using a single bundled file. Closes #1249
Golmote a9e76db6 2018-03-04T15:59:05 Docs: Mention support for `lang-xxxx` class. Close #1312
Golmote a84263fa 2018-03-04T15:50:15 Docs: Fix link to the <code> element specification in HTML5
Tan-Vinh Nguyen f0b2c9e8 2018-03-04T15:43:39 Basic Syntax Highlighting for Liquid (#1326) * Basic Syntax Highlighting for Liquid [Liquid](http://shopify.github.io/liquid/), a template language by shopify It is used in Jekyll and add some basic highlighting * fix typo * Corrections and Improvements - move liquid above livescript - regnerate languages for show language plugin, after fixing typo - keywords - tablerow and endtablerow are keywords - add all keywords in test - add funtcions test * Minor Corrections comply to whitespace settings, use tabs instead of spaces for indentation
Golmote 109bd6f8 2018-03-04T13:42:41 Autolinker Plugin: Allow more chars in query string and hash to match more URLs. Fix #1142
Golmote c246c1a6 2018-03-04T12:32:19 Unescaped Markup Plugin: Use msMatchesSelector for IE11 and below. Fix #1302
tkjone 020f88b0 2018-03-03T19:33:28 Update CHANGELOG (#1328)
Golmote 63fc2152 2018-03-03T22:45:25 Bash: Add support for quoted command substitution. Fix #1287
Golmote de8ebe20 2018-03-03T21:42:51 PHP: Code style
Golmote ad25d221 2018-03-03T21:41:19 PHP: Fix shell-comment failure now that strings are greedy
Golmote 5d7223c9 2018-03-03T21:39:51 PHP: Add support for Heredoc and Nowdoc strings
Golmote 5e9c5754 2018-03-03T21:30:42 PHP: Update example with string interpolation
Golmote 9f1f8d67 2018-03-03T20:53:08 PHP: Add support for string interpolation inside double-quoted strings. Fix #1146
Golmote e0cd47f8 2018-03-03T20:13:59 Core: Don't thow an error if lookbehing is used without anything matching.
Golmote bdbdb7d8 2018-03-02T08:58:55 PHP: Update known failures
Golmote b03c02a9 2018-03-02T08:39:24 Download page: Use hash instead of query-string for redownload URL. Fix #1263
Golmote c07ca33c 2018-03-02T08:09:49 Fix code style in components.js
tkjone 8b4d3bdc 2018-03-02T02:05:40 Add Clojure (#1311) * Add Clojure * Remove global flags * Simplify comment match * Update string regex * Update keyword regex to use non-capturing group * Update boolean regex to use non-capturing group * Add intro to prism-clojure example HTML * Remove duplicated comment test * Fix thread-first macro highlight Moved the thread-first macro (->) further up the group capture in order to have it properly highlight... * Add thread-last macro support * Add `nil` to the boolean capture I would like to rename the `boolean` group to something else as I don't believe it is accurate now that `nil` is there. * Update number regex to support hexidecimal * Remove global from keyword object * Add clojure.min Forgot to compile with gulp in the last commit. my bad. * Resolve operator regex note in code review * Add "nil" test * Fix test error - (>=) (==) (<=) * Add more tests to keywords * Fix indentation * Remove duplicate test * Remove duplicates partner from tests * Fix indentation? * Fix indentation... * Fix indentation!!
Golmote 3bc3e9cd 2018-03-02T00:33:04 Powershell: Add support for two levels of nested brackets inside namespace pattern. Fixes #1317
Golmote 8c3fa000 2018-03-01T23:51:10 Make listing of classes more uniform in aliased components' examples
Golmote 20111c46 2018-03-01T23:26:26 Run gulp
paladox 67e16a22 2018-03-01T22:25:47 Add Prism.languages.shell to bash file as an alias (#1321) * Add Prism.languages.shell to bash file as an alias Fixes #1320
James DiGioia fce583b2 2018-03-01T13:05:13 Merge pull request #1314 from mAAdhaTTah/feature/bump-clipboard-version Bump ClipboardJS to 2.0.0 and remove hack
James DiGioia 7035d4ef 2018-03-01T10:53:41 Merge pull request #1315 from arxeiss/gh-pages Fix rehighlighting
Pavel Kutáč 929cc8c0 2018-03-01T16:50:57 Add also minified version
Pavel Kutáč ebe24b2e 2018-03-01T16:39:00 Fix rehighlighting
mAAdhaTTah e9f410ea 2018-03-01T10:15:27 Bump ClipboardJS to 2.0.0 and remove hack This is no longer needed, since it no longer conflicts w/ the built-in global.
Golmote 3dddac91 2018-03-01T08:51:45 Autoloader: Fix demo page
Ben Kimball 5773ce40 2018-02-28T00:37:17 Ruby: Update known failures (#1309)
James DiGioia 6d85a47a 2018-02-22T21:46:12 Merge pull request #1305 from arxeiss/gh-pages Prevent scrolling toolbar with content
Pavel Kutáč 84eeb895 2018-02-23T00:12:17 Prevent scrolling toolbar with content If content is wider than screen, during scrolling toolbar is not moving anymore.
Golmote 7a9dbe05 2018-02-12T23:43:12 WebPlatform Docs plugin: Fix links. Fixes #1290
Jan T. Sott ad2948f5 2018-02-12T23:17:40 Add missing NSIS commands (#1289) * add missing commands * update tests
Jan T. Sott bd1e98bf 2018-02-10T00:38:50 Add support for NSIS 3.03 (#1288) * add missing separator * add NSIS 3.03 support * update tests * remove yarn.lock * gulp build * restore NSIS 3.02 tests
Golmote 11f55176 2018-02-05T08:52:55 Release 1.11.0
Golmote 5ebc4a0b 2018-02-05T08:44:55 Removed logo US WDS from "Used by section" on homepage. Fix #1281
Golmote e84ab106 2018-02-05T08:39:29 Run gulp
Golmote 6bb6ee6a 2018-02-05T08:38:59 Fix alphabetical order in components
Mattias fbe82b86 2018-02-05T08:36:19 added tsx support (#1280) * added tsx support * fixed order in components.js and added tsx example file * escape less than and capitalize tsx
Mattias 5de1b1f6 2018-02-03T12:17:53 Improve typescript with builtins (#1277)
Golmote a7665cb2 2018-01-31T22:53:29 Fix indentation in components.js
Andreas Lind 38df653e 2018-01-31T22:39:30 Fix passing of non-enumerable Error properties from the child test runner (#1276)
Andreas Lind b08cae56 2018-01-31T22:38:01 Add support for highlighting CSP, HSTS, and HPKP (#1275) * Add CSP support. * Add HPKP support. * Add HSTS support. * Updates based on feedback. * Updates based on feedback. * Updates based on feedback. * Updates based on feedback. * Updates based on feedback. * Updates based on feedback. * Updates based on Feedback. * Fix parentheses. * List csp, hpkp, and hsts in components.js * Add missing base64 chars to 'nonce-...' and 'sha-...' source expressions * Add support for 'sha384-...' and 'sha512-...' source expressions * Add tests and examples for csp * Add tests and examples for hsts * Add tests and examples for hpkp * hpkp: Include the sha256 hash in the directive itself Prevent the numbers in the base64 string from being classified as "safe" or "unsafe". * Rebuild the minified csp and hpkp components * Rebuild the "Show Language" plugin as well * Fix copy/paste error in test description
Iván Sanz Carasa 3da238fe 2018-01-28T10:44:38 Add C++ platform-independent types (#1271) * Add platform-independent types * Add tests and min
Golmote 1e5bcf7c 2018-01-17T23:50:27 Release 1.10.0
Golmote 7bcdae72 2018-01-17T23:32:41 Unescaped markup plugin: Make it work with any language (#1265)
Golmote 28e4b4c6 2018-01-16T08:48:08 Previewers: New plugin combining previous plugins Previewer: Base, Previewer: Angle, Previewer: Color, Previewer: Easing, Previewer: Gradient and Previewer: Time. Fix #913 (#1244)
Ilias Van Peer d6da70e0 2018-01-16T08:40:39 Add Elm (elm-lang.org) support (#1174) * Add Elm (elm-lang.org) support * Simplify patterns and fix a few things inherited from haskell * Add example and minified file * Clean up comment pattern, drop redundant groups, tabs for indents
Golmote bf9a314d 2018-01-02T09:01:36 IchigoJam: Remove unneeded escape
Golmote 6e9f748b 2018-01-02T09:00:10 Run gulp
Ales Tsurko 84ed3edf 2018-01-02T10:58:10 add Io syntax (#1251) * add Io * Io: fix strings and operators, add tests * fix indent * add package-lock.json to gitignore * exclude gitignore and package.json changes * use tabs * io: apply requested changes * fix indent * fix indent * io: add example file
周汉成 a9b67859 2018-01-02T15:39:40 package.json: add attribute `style` (#1256)
Andreas Rohner 71595bec 2017-12-27T17:16:21 Merge pull request #1254 from zeitgeist87/CppRaw Add the C++11 raw string feature to the cpp language
Andreas Rohner d134a3aa 2017-12-27T12:31:35 Add the C++11 raw string feature to the cpp language
Golmote 37af5003 2017-12-19T07:52:43 IchigoJam: Make strings greedy
Golmote 60114d03 2017-12-19T07:51:25 BASIC: Make strings greedy