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
VSCode Version: Code 1.14.0
OS Version: Mac OSX
Configured Language: Perl
The the following code
if ( $product->{url} and $memcached_search ) {
$product->{url}.=$product->{url}=~m{\?}?";":"?";
$product->{url}.='s='.$memcached_search.'X'.++$pos;
}
Near ~m{\?}? if you add space between closing } and ? then the syntax looks fine otherwise it looks broken. I'm using the material theme but this appears on any theme.
I think the fix has something to do with the Perl tmLanguage file but I don't know where to find it and what rule I should be looking for :(
@aeschli Thanks for forwarding the issue to TextMate. If I want to fix this locally, can you point me the path of the file where I can make changes to in order to fix this for myself?
I can also probably send a pull request to TextMate repo but I'm not sure when they will merge it.
Or is it possible to override this in form of a plugin?
VSCode Version: Code 1.14.0
OS Version: Mac OSX
Configured Language: Perl
The the following code
Near
~m{\?}?
if you add space between closing}
and?
then the syntax looks fine otherwise it looks broken. I'm using the material theme but this appears on any theme.I think the fix has something to do with the Perl tmLanguage file but I don't know where to find it and what rule I should be looking for :(
Demo : http://i.imgur.com/bjhypxh.gif
The text was updated successfully, but these errors were encountered: