-
Notifications
You must be signed in to change notification settings - Fork 29.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First draft at partial parsing of css for emmet * Partial parsing of stylesheets for Emmet * Addressing feedback * Refactoring and fixing little bug * Liitle fix * Equals are now equals * We don't want emmet in selectors * Skip comments when preparsing * Addressing feedback, refactoring and cleaning up code. * Update endPosition only if not eof * Use function to find closing comment * Don't check more than 5000 characters back
- Loading branch information
1 parent
c05e57d
commit 91416ff
Showing
2 changed files
with
101 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters