|
| 1 | +## Version 11.10.0 (Next Release) |
| 2 | + |
| 3 | +Core Grammars: |
| 4 | + |
| 5 | +- fix(cpp) not all kinds of number literals are highlighted correctly [Lê Duy Quang][] |
| 6 | +- fix(css) fix overly greedy pseudo class matching [Bradley Mackey][] |
| 7 | +- enh(arcade) updated to ArcGIS Arcade version 1.24 [Kristian Ekenes][] |
| 8 | +- fix(typescript): params types [Mohamed Ali][] |
| 9 | +- fix(rust) fix escaped double quotes in string [Mohamed Ali][] |
| 10 | +- fix(yaml) fix for yaml with keys having brackets highlighted incorrectly [Aneesh Kulkarni][] |
| 11 | +- fix(bash) fix # within token being detected as the start of a comment [Felix Uhl][] |
| 12 | +- fix(python) fix `or` conflicts with string highlighting [Mohamed Ali][] |
| 13 | +- enh(delphi) allow digits to be omitted for hex and binary literals [Jonah Jeleniewski][] |
| 14 | +- enh(delphi) add support for digit separators [Jonah Jeleniewski][] |
| 15 | +- enh(delphi) add support for character strings with non-decimal numerics [Jonah Jeleniewski][] |
| 16 | +- fix(javascript) incorrect function name highlighting [CY Fung][] |
| 17 | +- fix(1c) fix escaped symbols "+-;():=,[]" literals [Vitaly Barilko][] |
| 18 | + |
| 19 | +New Grammars: |
| 20 | + |
| 21 | +- added 3rd party CODEOWNERS grammar to SUPPORTED_LANGUAGES [nataliia-radina][] |
| 22 | +- added 3rd party Luau grammar to SUPPORTED_LANGUAGES [Robloxian Demo][] |
| 23 | +- added 3rd party ReScript grammar to SUPPORTED_LANGUAGES [Paul Tsnobiladzé][] |
| 24 | + |
| 25 | +Developer Tool: |
| 26 | + |
| 27 | +- enh(tools): order CSS options picklist [David Schach][] |
| 28 | +- enh(tools): remove duplicate CSS options [David Schach][] |
| 29 | + |
| 30 | +Themes: |
| 31 | + |
| 32 | +- Added `1c-light` theme a like in the IDE 1C:Enterprise 8 (for 1c) [Vitaly Barilko][] |
| 33 | + |
| 34 | +[Lê Duy Quang]: https://github.com/leduyquang753 |
| 35 | +[Mohamed Ali]: https://github.com/MohamedAli00949 |
| 36 | +[Bradley Mackey]: https://github.com/bradleymackey |
| 37 | +[Kristian Ekenes]: https://github.com/ekenes |
| 38 | +[Aneesh Kulkarni]: https://github.com/aneesh98 |
| 39 | +[Bruno Meneguele]: https://github.com/bmeneg |
| 40 | +[Felix Uhl]: https://github.com/iFreilicht |
| 41 | +[nataliia-radina]: https://github.com/Nataliia-Radina |
| 42 | +[Robloxian Demo]: https://github.com/RobloxianDemo |
| 43 | +[Paul Tsnobiladzé]: https://github.com/tsnobip |
| 44 | +[Jonah Jeleniewski]: https://github.com/cirras |
| 45 | +[CY Fung]: https://github.com/cyfung1031 |
| 46 | +[Vitaly Barilko]: https://github.com/Diversus23 |
| 47 | + |
| 48 | + |
1 | 49 | ## Version 11.9.0 |
2 | 50 |
|
3 | 51 | CAVEATS / POTENTIALLY BREAKING CHANGES |
|
0 commit comments