Log

Author Commit Date CI Message
Lea Verou 0e6fbada 2018-05-31T12:20:19 Create CNAME
Lea Verou 2f5f9c3c 2018-05-31T12:20:10 Delete CNAME
Golmote 84935acd 2018-05-26T15:36:24 Handle optional dependencies in `loadLanguages()` (#1417) * Add optional dependencies in `components.json` * Handle optional dependencies in `loadLanguages()` * Feedback
Golmote a0bfc84d 2018-05-26T11:59:14 Add `objectpascal` as an alias to `pascal` (see #1426)
Golmote e326cb03 2018-05-26T11:39:35 Add support for XQuery. Fix #1405 (#1411)
Golmote c2ff2482 2018-05-16T19:33:59 Website: Fix Download page not handling multiple dependencies when from Redownload URL
Golmote 38ce1213 2018-05-15T20:27:53 JSX: Add support for fragments short syntax. Fix #1421
Guido Flohr e063992b 2018-05-10T12:07:34 Support for Template Toolkit 2 (#1418) * support for Template Toolkit 2 * optimized quoted string regexes * optimized double-quoted string regex * fully qualified tt2 plug-in names don't work Also use \w. * do not use empty character class See #1107. * put keyword tests in alphabetical order * ordered tt2 keywords alphabetically * removed redundant operator rule for tt2 * removed possibly existing old rules before inserti * indentation * allow backslash in front of lf in tt2 strings * indentation * avoid backtracking * escape xml special characters * indent with tab instead of spaces * greedy is no longer needed for variables Also use \w instead of explicit character class. * re-generated with gulp
Golmote fa328bb1 2018-05-01T16:53:32 ASP.NET should require C#
Golmote 0a701430 2018-05-01T16:53:13 Run gulp
James DiGioia 68d3c48e 2018-04-28T21:07:55 Merge pull request #1410 from jwworth/add-language-guard Don't process language if block language not set
Jake Worth eef860cb 2018-04-27T17:23:38 Move guard into conditional and check for language
Jake Worth c1118692 2018-04-27T16:50:27 Don't process language if block language not set Adding this guard to the function prevents an error if the language is undefined. `env.language.substring(0, 1).toUpperCase()` can fail with `Uncaught TypeError: Cannot read property 'substring' of undefined` when `env.language` is undefined.
Golmote f1cd7c56 2018-04-27T08:56:19 JSX: Allow for two levels of nesting inside JSX tags. Fix #1408
Golmote a349c0cd 2018-04-27T08:47:54 Add missing reference to issue in specific test.
Golmote 9272d6f4 2018-04-27T08:27:02 Powershell: Allow for one level of nesting in expressions inside strings. Fix #1407
Valtteri Laitinen 7bc9a4a1 2018-04-22T16:18:32 Simplify lang regex on File Highlight plugin (#1399) Similar to #854.
Golmote db2d0ebb 2018-04-22T15:12:28 JavaScript: Add support for one level of nesting inside template strings. Fix #1397
Valtteri Laitinen d95f8fb4 2018-04-22T15:55:38 Use rel="icon" instead of rel="shortcut icon" (#1398)
Golmote ea3615e3 2018-04-17T21:31:55 Run gulp
Golmote cd22499c 2018-04-17T21:31:45 File Highlight: Fix issue causing the Download button to show up on every code blocks.
Aaron Fay b94f01f1 2018-04-17T13:17:09 Change reserved keyword reference (#1396) * change boolean keyword accessor in bash.min * change boolean keyword accessor in bash
Valtteri Laitinen 95146c8f 2018-04-17T01:28:42 Use HTTPS / canonical URLs (#1390) Also, remove the broken link in `/index.html`.
Golmote dac0485e 2018-04-17T00:25:03 Elixir: Fix attributes consuming punctuation. Fix #1392
Golmote 5b043cf8 2018-04-13T08:59:26 JavaScript: Improve Regexp pattern
Limo Saplf 1bf73b0b 2018-04-13T14:18:38 Add keywords of Kotlin and modify it's number pattern. (#1389) * Add keywords & modify number pattern. - Missing keywords by the creator: vararg dynamic infix operator; - New keywords by Kotlin 1.1&1.2: suspend typealias external expect actual; - Remove keyword 'to' as it just a common function name; - Add seperator '_' for the number iteral; - Prefix of hexadecimal and binary can also be capital. * Fix the wrong format of test file.
Thomas Stapleton f6e81cb4 2018-04-11T23:08:00 HTTP: Absolute path is a valid request uri (#1388)
Golmote 829e5cd9 2018-04-11T19:23:40 Add missing CHANGELOG links
Golmote 435eb2e6 2018-04-11T09:02:17 Release 1.14.0
Golmote b4509bf5 2018-04-11T08:58:28 Add support for Soy (Closure Template). Fix #1316 (#1387)
Golmote c28d8c5e 2018-04-11T08:53:56 Add support for WebAssembly. Fix #1140 and fix #1384 (#1386)
Golmote 6e0b20a4 2018-04-11T08:50:52 Add support for GEDCOM. Fix #899 (#1385)
Golmote c673ec29 2018-04-11T08:47:26 Add support for Visual Basic. Fix #985 (#1382)
Golmote 5a524f7e 2018-04-11T08:44:44 Add support for Velocity. Fix #1372 (#1378)
Golmote 1bfc0848 2018-04-08T11:44:07 Bash: Add curl to the list of common functions. Close #1160
Golmote 659ea314 2018-04-07T10:41:08 Core: Fix support for language alias containing dash `-`
Golmote 04df41b3 2018-04-07T10:18:57 Eiffel: Fix verbatim strings. Fix #1379
Golmote 218f1603 2018-04-06T09:01:08 Update JSPM config to also include unminified components. Close #995
Golmote b4d3063f 2018-04-05T20:43:32 Website: Fix theme selection on Download page, when theme is in query string or hash.
Juan Caicedo 46468f84 2018-04-05T12:24:22 Add support for Lisp (#1297) * add emacs * rename to elisp * add elisp to components * add comment test * add heading test * WIP string test * update string tests * test symbols in strings * test arguments * test quoted symbol * lisp-property test * splice test * add keyword test * test for declare * test interactive * boolean test * test numbers * test defvar * fix greedy defun regex * test defun * test lambda * test car * test punctuation * use var instead of const * remove arrow functions * flatten language structure * remove unnecessary escaping * add lisp and emacs * add lisp * fix template strings * minify lisp * add example elisp file * simplify number * don't mark other def as keywords * dont mark other def as keyword in defun * make lambda a keyword only at the beginning * restore single quotes in components * double quote in elisp * minify elisp * quote keys in components * rename punctuation test * add semicolons elisp * undo prettier changes to components.js * add lisp to components.json * rename elisp to lisp * fix components.json * add minified lisp file * rename example lisp file * move lisp to first position * explain null initialized properties in lisp file * remove trailing commas * put lisp first in example file * add ifee for lisp file * update lisp min file * update show language assets * add components index min file * add emacs-lisp alias * change title of lisp example file * undo theme change * combine regex for parens * remove min index * remove unneeded example html * remove doubled string test * capitalize lisp in components * change string theme to match master * build assets after adding lisp
Golmote 689227ba 2018-04-05T19:08:57 Gulp: There is probably no need to minify `components/index.js`
Golmote 7c7602b4 2018-04-05T09:05:22 Test suite: Delete unused run-child.js file
Golmote 9bceece8 2018-04-05T09:01:04 Test suite: Memory leak in vm.runInNewContext() seems fixed. Revert 9a4b6fa3ec770a382eccc149b849cc1c3112aa53 to drastically improve tests execution time.
Golmote 46e6f0c0 2018-04-05T08:51:43 Test suite: Fix indentation in test-case.js
Golmote 238b1952 2018-04-05T08:33:59 SQL: Add missing keywords. Fix #1374 UNLOCK, PREPARE, LOOP, ITERATE, REPEAT, LEAVE, RESIGNAL
Golmote e8cb6d4c 2018-03-30T08:55:13 Website: Add link to Keep Markup plugin in FAQ
Golmote 0a95f69d 2018-03-28T20:05:45 C#: More specific class-name highlighting. Fix #1371
Golmote c49b1398 2018-03-26T22:48:38 Merge remote-tracking branch 'official/master' into gh-pages
Olivier Tassinari 8aea939a 2018-03-26T22:47:44 Reach AA contrast ratio level (#1296)
Golmote 9f22952d 2018-03-26T22:25:03 File Highlight: Add option to provide a download button, when used with the Toolbar plugin. Fix #1030
Golmote 8c0911ac 2018-03-26T21:25:52 Website: Remove non-existent anchor to failures. Reword on homepage to make is less misleading.
Golmote 259b6fc5 2018-03-26T21:18:06 Matlab: Update known failures.
Golmote 5b6c76dc 2018-03-26T21:16:49 Markdown: Update known failures.
Golmote 13d99915 2018-03-26T21:15:10 D: Update known failures and tests.
Golmote e1d2d420 2018-03-26T21:13:43 Crystal: Update known failures.
Golmote b0e34fbe 2018-03-26T21:12:08 Ruby: Make multi-line comments greedy, remove single-line comment hack. Update known failures and tests.
Golmote a0f50811 2018-03-26T21:09:07 Q: Make comments greedy. Update known failures and tests.
Golmote 0c139d1f 2018-03-26T21:05:43 Puppet: Make heredoc, comments, regexps and strings greedy. Update known failures and tests.
Golmote d7b2b43c 2018-03-26T21:00:12 Monkey: Make comments greedy. Update known failures and tests.
Golmote e93d61f3 2018-03-26T20:57:31 Elixir: Make regexps greedy, remove comment hacks. Update known failures and tests.
Golmote c083b78c 2018-03-26T20:54:34 Fortran: Make single-line comments greedy. Update known failures and tests.
Golmote 571f2c50 2018-03-26T20:53:20 C-like: Make single-line comments greedy. Fix #1337. Make sure #1340 stays fixed.
Golmote 294efaae 2018-03-26T20:48:26 Core: Greedy patterns should always be matched against the full string. Fix #1355
Golmote 172d351a 2018-03-26T20:11:41 JavaScript: Improve Regex matching
Golmote 9084481f 2018-03-26T09:17:05 JavaScript: Add support for constants. Fix #1348
Golmote 0414a2db 2018-03-26T09:01:51 Java: Fix wording in test
Golmote a5cf3025 2018-03-26T08:53:43 Java: Add support for generics. Fix #1351
Chris Wells 094d5463 2018-03-26T02:14:54 Command Line: Allow specifying output prefix using data-filter-output attribute. (#856)
Golmote 5f9c078a 2018-03-25T13:46:42 Make ERB, Handlebars, PHP and Smarty highlight properly in NodeJS (#1367)
Golmote a6837d24 2018-03-24T12:25:27 C#: More generic class-name highlighting. Fix #1365
Golmote 4a14d208 2018-03-23T21:32:26 Docs: Mention `loadLanguages()` function on homepage in the nodeJS section. Close #972, close #593
Golmote b26bbb83 2018-03-22T08:42:16 JSX: Fix highlighting of empty objects. Fix #1364
Golmote 0efd6e16 2018-03-21T08:44:56 Website: Remove broken third-party tutorials from homepage
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