You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
<?phpconstA_DBNAME = 'BROADCAST_archive';
$sql = "SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_NAME LIKE 'zip%' AND TABLE_SCHEMA ='".ArchivationConfig::A_DBNAME."'";
?>
Problem is :
There is no syntax highlightning for constant ArchivationConfig::A_DBNAME. It is shown as a part of string.
The token ".ArchivationConfig::A_DBNAME." is categorized as
string.quoted.single.sql
source.sql.embedded.php
string.quoted.double.sql.php
source.php
meta.embedded.block.php
text.html.php
Here it is:
The text was updated successfully, but these errors were encountered:
I think this looks like a duplicate of #336 so you can subscribe there for updates if you'd like.
Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.
From @min0rr in microsoft/vscode#78767:
Example :
Problem is :
There is no syntax highlightning for constant ArchivationConfig::A_DBNAME. It is shown as a part of string.
The token
".ArchivationConfig::A_DBNAME."
is categorized asstring.quoted.single.sql
source.sql.embedded.php
string.quoted.double.sql.php
source.php
meta.embedded.block.php
text.html.php
Here it is:

The text was updated successfully, but these errors were encountered: