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

Atom not handling multi-line strings correctly #58

Closed
cydrobolt opened this issue Oct 26, 2014 · 3 comments
Closed

Atom not handling multi-line strings correctly #58

cydrobolt opened this issue Oct 26, 2014 · 3 comments
Labels

Comments

@cydrobolt
Copy link

In Javascript, each line in a multi-line string must be ended with a \. Atom does not recognise this need, and highlights the whole string rather than warning users about missing \s.

@izuzak izuzak added the bug label Jan 30, 2015
@oferh
Copy link

oferh commented Jun 30, 2015

+1

@rossPatton
Copy link

wouldn't be something that your linter would catch? i know eslint yells at you for this

@50Wliu
Copy link
Contributor

50Wliu commented Aug 27, 2015

Fixed by #209.

@50Wliu 50Wliu closed this as completed Aug 27, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants