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

Commit

Permalink
Don't tokenize extra whitespace as a property value
Browse files Browse the repository at this point in the history
  • Loading branch information
50Wliu committed Apr 22, 2016
1 parent e2c2e32 commit 3f87f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grammars/scss.cson
Original file line number Diff line number Diff line change
Expand Up @@ -848,9 +848,9 @@
'1':
'name': 'punctuation.separator.key-value.scss'
'comment': 'Kuroir: fixed nested elements for sass.'
'end': ';|(?=})'
'end': '\\s*(;|(?=}))'
'endCaptures':
'0':
'1':
'name': 'punctuation.terminator.rule.scss'
'contentName': 'meta.property-value.scss'
'patterns': [
Expand Down

0 comments on commit 3f87f9b

Please sign in to comment.