ajaxorg / ace

Ace (Ajax.org Cloud9 Editor)
https://ace.c9.io
Other
26.72k stars 5.28k forks source link

Add support for numeric separator in Javascript and PHP #5256

Open Crease29 opened 1 year ago

Crease29 commented 1 year ago

Describe the feature

Please add a validation for the numeric number separator in Javascript: image

Use Case

https://github.com/tc39/proposal-numeric-separator

Proposed Solution

No response

Other Information

No response

Acknowledgements

ACE version used

1.23.4

Ugoku commented 1 year ago

Just ran into this, but for PHP.

<?php
var_dump(1_000_000);

is valid code as of PHP 7.4

github-actions[bot] commented 2 months ago

This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

Crease29 commented 2 months ago

Bump