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

Improve sass grammar #175

Merged
merged 17 commits into from
Sep 15, 2016
Merged

Improve sass grammar #175

merged 17 commits into from
Sep 15, 2016

Conversation

idbartosz
Copy link
Contributor

Adds support for missing at-rules in sass.cson (#171)

improve-sass-grammar

@winstliu
Copy link
Contributor

winstliu commented Sep 9, 2016

This will need specs.

@idbartosz
Copy link
Contributor Author

Due to unit fail I've discarded property-value change. Basically it was a small improvement in regex to not act greedy with white spaces in variables.

property-fvalue-fix

@idbartosz
Copy link
Contributor Author

idbartosz commented Sep 9, 2016

✅ Success: The Travis CI build passed

I'll be back on Tuesday so if you could write specs I'd appreciate it.
Otherwise I'll do some basic ones when I come back.

@idbartosz
Copy link
Contributor Author

Added specs.

@@ -338,6 +529,7 @@
]
'property-value':
'begin': '(:)?\\s?+'
# 'begin': '(:)?(?=\\S+)' # discard due unit fail
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this added?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a future fix and I've written about it in 3rd comment.

Copy link
Contributor

@winstliu winstliu Sep 14, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's for a future fix, please remove this from this PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@idbartosz
Copy link
Contributor Author

@50Wliu
I hope arrangements were fulfilled

@winstliu winstliu merged commit ae249e5 into atom:master Sep 15, 2016
@winstliu
Copy link
Contributor

Thanks!

@idbartosz idbartosz deleted the improve-sass-grammar branch September 15, 2016 14:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants