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

Multiline JS strings are not properly highlighted #66

Closed
LeaVerou opened this issue Jan 2, 2013 · 2 comments
Closed

Multiline JS strings are not properly highlighted #66

LeaVerou opened this issue Jan 2, 2013 · 2 comments
Labels

Comments

@LeaVerou
Copy link
Member

LeaVerou commented Jan 2, 2013

As seen in http://thenittygritty.co/css-masking

Not sure if this needs to be changed on the clike definition or the JavaScript one. Do all/most C-like languages allow line break escaping like JS does?

cc @drublic @kahlil

@kahlil
Copy link

kahlil commented Jan 2, 2013

Seems like it belongs to the c-like definition since you can do the same in c++ see the answer to this question http://stackoverflow.com/questions/1135841/c-multiline-string-literal

Sent from my iPhone

On 01.01.2013, at 16:44, Lea Verou notifications@github.com wrote:

As seen in http://thenittygritty.co/css-masking

Not sure if this needs to be changed on the clike definition or the JavaScript one. Do all/most C-like languages allow line break escaping like JS does?

cc @drublic @kahlil


Reply to this email directly or view it on GitHub.

@kahlil
Copy link

kahlil commented Jan 2, 2013

Yes def the c-like def http://stackoverflow.com/questions/797318/how-to-split-a-string-literal-across-multiple-lines-in-c-objective-c

Sent from my iPhone

On 01.01.2013, at 16:44, Lea Verou notifications@github.com wrote:

As seen in http://thenittygritty.co/css-masking

Not sure if this needs to be changed on the clike definition or the JavaScript one. Do all/most C-like languages allow line break escaping like JS does?

cc @drublic @kahlil


Reply to this email directly or view it on GitHub.

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

2 participants