Skip to content

Commit

Permalink
More properly scope meta.property-list.css, fixes #4 & #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
infininight committed Dec 2, 2012
1 parent bb0d019 commit 4a5fbcd
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions Syntaxes/CSS.plist
Expand Up @@ -150,15 +150,7 @@
</dict>
</dict>
<key>end</key>
<string>\s*(\})</string>
<key>endCaptures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.section.property-list.end.css</string>
</dict>
</dict>
<string>(?!\G)</string>
<key>name</key>
<string>meta.at-rule.font-face.css</string>
<key>patterns</key>
Expand Down Expand Up @@ -244,15 +236,7 @@
<key>begin</key>
<string>(?=\{)</string>
<key>end</key>
<string>(\})</string>
<key>endCaptures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.section.property-list.end.css</string>
</dict>
</dict>
<string>(?!\G)</string>
<key>patterns</key>
<array>
<dict>
Expand Down Expand Up @@ -645,7 +629,15 @@
</dict>
</dict>
<key>end</key>
<string>(?=\s*\})</string>
<string>\}</string>
<key>endCaptures</key>
<dict>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.section.property-list.end.css</string>
</dict>
</dict>
<key>name</key>
<string>meta.property-list.css</string>
<key>patterns</key>
Expand Down

0 comments on commit 4a5fbcd

Please sign in to comment.