This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Description
Found on Atom 1.0.4 with AngularJS-Atom v0.3.0 on Mac OSX 10.10.3. Replicated on another machine with same specs and install.
When set to HTML (Angular)
and using protocol relative links with ng-src
(e.g. //path/to/src
instead of http://path/to/src
), the path is parsed incorrectly and interpreted as a comment, which flubs the rest of the file and prevents tab autocompletes.

Any ideas on this?