Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Everything after / is invalid #3

Open
GRMrGecko opened this issue Jul 6, 2011 · 3 comments
Open

Everything after / is invalid #3

GRMrGecko opened this issue Jul 6, 2011 · 3 comments
Labels
help-wanted Help wanted

Comments

@GRMrGecko
Copy link

When I do a division in perl with this sugar, it detects / as regex and misses up formatting.

@markuszeller
Copy link
Owner

Sorry, but I am not using Espresso anymore...

On 06.07.2011, at 19:23, GRMrGecko wrote:

When I do a division in perl with this sugar, it detects / as regex and misses up formatting.

Reply to this email directly or view it on GitHub:
#3

@jrsinclair
Copy link
Collaborator

@GRMrGecko, have you tried my fork of the perl.sugar? It may fix your issue.

@GRMrGecko
Copy link
Author

No, I had to add #/ to prevent it from missing up the rest of my code highlighting. If you have to have the regex surgar installed and then you can enter this to see what I am talking about.

#!/usr/bin/perl

$value = 6/8;

print $value."\n";

If there is a better regex surgar that you use, let me know.

@GRMrGecko GRMrGecko reopened this Jul 8, 2011
@markuszeller markuszeller added the help-wanted Help wanted label Jan 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help-wanted Help wanted
Projects
None yet
Development

No branches or pull requests

3 participants