Binaryify / OneDark-Pro

Atom's iconic One Dark theme for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme
MIT License
1.5k stars 290 forks source link

2 constants not parsed in PHP #756

Closed Machou closed 2 years ago

Machou commented 2 years ago

Describe the bug When i write date(DATE_RFC1123, $date); in PHP, DATE_RFC1123 is colored.

But when i write DATE_RFC7231 & DATE_RFC3339_EXTENDED, she's not colored.

Screenshots & Example Code Image

Desktop (please complete the following information):

Binaryify commented 2 years ago

plz provide the code

Machou commented 2 years ago

plz provide the code

Just:

<?php
echo date(DATE_RFC7231, time());
Binaryify commented 2 years ago

you can follow this https://github.com/microsoft/vscode/issues/157470

Machou commented 2 years ago

Ok thanks