Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Perl] parenthesis and left shift highlight error #1620

Closed
anmith opened this issue May 27, 2018 · 4 comments
Closed

[Perl] parenthesis and left shift highlight error #1620

anmith opened this issue May 27, 2018 · 4 comments

Comments

@anmith
Copy link

anmith commented May 27, 2018

Hi,
seems there is an error in the synax highlighting:

$ccc = ($aaa << ($bbb))

The parenthesis around $bbb breaks the highlighting in combination with the left shift, see screenshot:

perl

Sublime Text 3.1.1 Build 3176

@anmith anmith changed the title [Perl parenthesis and left shift highlight error [Perl] parenthesis and left shift highlight error May 27, 2018
@deathaxe
Copy link
Collaborator

The current package has a couple of issues.

You could try the syntax definition from PR #1564 and help debugging. It fixes your issue, already.

@anmith
Copy link
Author

anmith commented May 29, 2018

Hi,
thanks for the quick response. I downloaded the file and put it into my Packages directory, solved the problem.
How can I help debugging?

@rwols
Copy link
Contributor

rwols commented May 29, 2018

@anmith Try to break this new syntax. If you found a bug, report it over at #1564.

@anmith
Copy link
Author

anmith commented Jun 3, 2018

Haven't found any problem (yet), but will report if I will encounter one.

@anmith anmith closed this as completed Jun 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants