Commit Graph

3266 Commits

Author SHA1 Message Date
RunDevelopment 0fd01ea1fc 1.24.1 2021-07-03 13:48:40 +02:00
Michael Schmidt 59db7eaa16
Changelog for v1.24.1 (#2981) 2021-07-03 13:47:00 +02:00
Michael Schmidt 748ecddc98
Toolbar: Fixed styles being applies to nested elements (#2980) 2021-07-03 13:27:52 +02:00
Michael Schmidt 151121cd7d
Markdown: Fixed markdown not working in NodeJS (#2977) 2021-07-02 18:02:42 +02:00
Michael Schmidt 3432b4b1e4 1.24.0 2021-06-27 22:03:35 +02:00
Michael Schmidt 46d0720768
Updated `.npmignore` (#2971)
The ESLint cache file from #2959 and the JSDoc config file were added.
2021-06-27 21:51:10 +02:00
Michael Schmidt aef7f08df6
Changelog for v1.24.0 (#2965) 2021-06-27 21:40:09 +02:00
Michael Schmidt e9477d8369
Markdown: Improved code snippets (#2967) 2021-06-27 21:31:15 +02:00
Michael Schmidt 4b55bd6af8
Made Match Braces and Custom Class compatible (#2947) 2021-06-27 21:23:05 +02:00
Michael Schmidt e8d3b50330
ESLint: Added `regexp/strict` rule (#2944) 2021-06-27 14:56:07 +02:00
Jason Kurian bfd7fded29
GraphQL: Fixed `definition-query` and `definition-mutation` tokens (#2964) 2021-06-22 23:15:54 +02:00
RunDevelopment 14e3868f05 Fixed reST test
The problem was that the merged PR was created before the line end normalization PR.
2021-06-22 11:34:53 +02:00
Michael Schmidt a7656de67a
reST: Fixed `inline` pattern (#2946) 2021-06-22 11:14:57 +02:00
Michael Schmidt b4ac061815
ESLint: Use cache (#2959) 2021-06-21 20:14:48 +02:00
Ben Dyer 114e4626d7
Elixir: Added missing keywords (#2958) 2021-06-21 20:04:53 +02:00
Michael Schmidt 42fabfeab2
ESLint: Enabled `no-dupe-disjunctions` rule (#2951) 2021-06-17 22:29:51 +02:00
Michael Schmidt f471d2d731
Fixed problems reported by `regexp/no-dupe-disjunctions` (#2952) 2021-06-17 22:27:40 +02:00
dependabot[bot] d6ed8da8e5
Bump postcss from 7.0.32 to 7.0.36 (#2955) 2021-06-16 09:57:45 +00:00
Michael Schmidt ab7c9953ee
JS: Added support for import assertions (#2953) 2021-06-16 11:56:54 +02:00
Michael Schmidt ac1d12f933
Liquid: Added Markup support, missing tokens, and other improvements (#2950) 2021-06-16 00:08:04 +02:00
Michael Schmidt abab910433
JS Templates: Added SQL templates (#2945) 2021-06-14 12:55:42 +02:00
Jason Kurian 34f24ac9cf
GraphQL: Added more detailed tokens (#2939)
Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
2021-06-13 23:13:11 +02:00
Michael Schmidt 99f3ddcdc1
Tests: Automatically normalize line ends (#2934) 2021-06-13 22:00:43 +02:00
Michael Schmidt 8e93c5daa8
Update `eslint-plugin-regexp` (#2942) 2021-06-13 20:35:52 +02:00
Michael Schmidt 18a00828a2
ESLint: Added regexp plugin (#2924) 2021-06-13 19:53:03 +02:00
Jason Kurian 5d3d8088dc
Added `npm-run-all` to clean up test command (#2938) 2021-06-09 19:23:55 +02:00
Michael Schmidt 79d22182ba
FIxed some cases of quadratic worst-case runtime (#2922) 2021-06-08 13:50:35 +02:00
Michael Schmidt fc2a33342c
Autohotkey: Improved tag pattern (#2920) 2021-06-08 13:47:02 +02:00
Jason Kurian a62ef7965d
Tests: Added `--language` for patterns tests (#2929) 2021-06-03 19:34:57 +02:00
dependabot[bot] f3dd72c15f
Bump ws from 6.2.0 to 6.2.2 (#2925) 2021-06-02 19:37:16 +00:00
Michael Sollami c4f6b2ccf5
Adding basic support for Mathematica (#2921)
Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
2021-06-02 21:34:38 +02:00
Michael Schmidt ad9878ad39
Deps: Updated regex tooling (#2923) 2021-05-31 21:57:27 +02:00
Michael Schmidt 01cc18eda9
ESLint: Added eol-last rule (#2902) 2021-05-25 12:49:30 +02:00
Michael Schmidt 212dc1c63b
ESLint: Added curly rule (#2901) 2021-05-25 12:46:45 +02:00
Michael Schmidt 415651a013
JS: Added support for RegExp Match Indices (#2900) 2021-05-24 14:40:10 +02:00
Michael Schmidt c81c331993
Command Line: Don't modify empty code blocks (#2896) 2021-05-24 14:39:34 +02:00
Michael Schmidt 91f3aaed3b
Readme: Mention `npm ci` (#2899) 2021-05-24 14:39:03 +02:00
Michael Schmidt b77317c521
CI: Run tests with NodeJS 16.x (#2888) 2021-05-17 16:40:06 +02:00
Michael Schmidt 87d7939064
PHP: Fixed functions with namespaces (#2889) 2021-05-17 16:28:00 +02:00
Shibin Das 804711818b
Website: Replace `my.cdn` in code sample with Handlebars-like placeholder (#2906) 2021-05-16 00:34:26 +02:00
James DiGioia 38f1d289ad
Set dummy domain for CDN (#2905)
The goal here is to provide a placeholder for the CDN, not link to an actual
CDN, so let's replace it with a dummy domain that doesn't work.
2021-05-15 12:01:38 +02:00
Samuel Cochran 20b77bffa4
Ruby: Added heredoc literals (#2885)
Adds support for heredoc-style string literals in the Ruby syntax.

https://ruby-doc.org/core-2.7.0/doc/syntax/literals_rdoc.html#label-Here+Documents+-28heredocs-29

This isn't perfect, but it's a good start.
2021-05-14 15:04:43 +02:00
Michael Schmidt 74edb4e5f6
ESLint: Added indent rule (#2881) 2021-05-14 12:40:12 +02:00
dependabot[bot] 9068680c73
Bump lodash from 4.17.19 to 4.17.21 (#2893) 2021-05-08 10:41:52 +00:00
dependabot[bot] db183421ca
Bump hosted-git-info from 2.8.5 to 2.8.9 (#2892) 2021-05-07 19:34:48 +00:00
Michael Schmidt 8dbf1217ab
Tests: Fixed polynomial backtracking test (#2891) 2021-05-07 21:21:59 +02:00
Michael Schmidt 4397635199
Handlebars: Added `hbs` alias (#2874) 2021-05-04 19:00:33 +02:00
Michael Schmidt cda976b1b7
Shell sessions: Fixed multi-line commands (#2872) 2021-05-04 16:46:50 +02:00
RunDevelopment a9a199b6eb Tests: Fixed languages test discovery 2021-05-03 22:56:44 +02:00
Michael Schmidt 4492c5ceec
Tests: Test discovery should ignore unsupported file extensions (#2886) 2021-05-03 15:25:52 +02:00