We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Sublime Text 3.1.1 Build 3176
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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?
@anmith Try to break this new syntax. If you found a bug, report it over at #1564.
Haven't found any problem (yet), but will report if I will encounter one.
No branches or pull requests
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:
Sublime Text 3.1.1 Build 3176
The text was updated successfully, but these errors were encountered: