Merge pull request #9497 from pmkary/patch-1

Added missing "rem" unit
This commit is contained in:
Martin Aeschlimann
2016-07-20 09:18:45 +02:00
committed by GitHub

View File

@@ -164,7 +164,7 @@
</dict>
<dict>
<key>match</key>
<string>(?&lt;=[\d])(px|pt|cm|mm|in|em|ex|pc)\b|%</string>
<string>(?&lt;=[\d])(px|pt|cm|mm|in|em|rem|ex|pc)\b|%</string>
<key>name</key>
<string>keyword.other.unit.css</string>
</dict>
@@ -431,4 +431,4 @@
<key>uuid</key>
<string>9343D324-75A1-4733-A5C0-5D1D4B6182D0</string>
</dict>
</plist>
</plist>