atom/language-php

Tokenization is broken after solr syntax

Closed this issue · 1 comments

From @aksineDby in microsoft/vscode#85525

Снимок экрана от 2019-11-25 11-45-03
code line:
$query .= " AND date:[" . $data['date'] . " TO " . $data['date'] . "] ";

All after " AND date:[" has the wrong color scheme

<?php
$query .= " AND date:[" . $data['date'] . " TO " . $data['date'] . "] ";
$json['criterion'] += array(
	'title' =>wfMessage('meeting_date')->text()
);

Thanks for reaching out!

We require the template to be filled out on all new issues and pull requests. We do this so that we can be certain we have all the information we need to address your submission efficiently. This allows the maintainers to spend more time fixing bugs, implementing enhancements, and reviewing and merging pull requests.

Thanks for understanding and meeting us half way 😀