Commit Graph

8 Commits

Author SHA1 Message Date
Michael Schmidt 11c54624ee
Use terser (#3407) 2022-03-22 22:32:52 +01:00
Michael Schmidt e2630d890e
ESLint: Added `regexp/sort-alternatives` rule (#3093) 2021-09-26 11:52:18 +02:00
Michael Schmidt e644178b8b
Added test for polynomial backtracking (#2597) 2020-12-28 18:19:11 +01:00
Michael Schmidt c51ababba6
JS Extras: Highlight import and export bindings (#2533) 2020-08-27 23:51:16 +02:00
Michael Schmidt bcef22afc4
JS Extras: Added control-flow keywords (#2529) 2020-08-27 23:11:47 +02:00
Michael Schmidt 7bd08327ab
JavaScript: Private fields (#1950)
This adds support for private fields in both JS and JS Extras.

[Proposal](https://github.com/tc39/proposal-class-fields#private-fields).
2019-07-13 13:42:13 +02:00
Michael Schmidt 3e00bb9c41
Rebuilt Prism (#1794)
This is a rebuilt of Prism to update minified files.
2019-03-07 15:22:30 +01:00
Michael Schmidt bb6286069d
Added JS Extras (#1743)
This adds JS Extras, a few additional features for the JS language.
2019-02-28 20:19:45 +01:00