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

Syntax Highlighting - Quotation marks and spacing #24

Open
Rjoss opened this issue Nov 30, 2012 · 2 comments
Open

Syntax Highlighting - Quotation marks and spacing #24

Rjoss opened this issue Nov 30, 2012 · 2 comments
Labels

Comments

@Rjoss
Copy link

Rjoss commented Nov 30, 2012

As of 0.5.3 - single or double quotes break when not spaced from equal

// syntax highlights normal
sampleVar = "/url/path"

// syntax highlights break. Code from here on out highlights as if a quote is missing
sampleVar="/url/path"

Screenshot

@Xavura
Copy link
Collaborator

Xavura commented Dec 1, 2012

I apologise, I should have tested the pull request more before accepting it.

Here is the problem so you can fix it locally if you wish until I push an update - http://git.io/-bOoQw

@Iristyle
Copy link

Iristyle commented Jan 4, 2013

+1, just came to report the same issue

Breaks

a='0' + b
a ='0' + b

Works

a = '0' + b
a= '0' + b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants