Skip to content

Commit

Permalink
Adding vmax, fr units
Browse files Browse the repository at this point in the history
  • Loading branch information
georgezzhang committed Mar 11, 2018
1 parent 8f9915b commit 3979fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LESS.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ contexts:
scope: constant.other.color.rgb-value.css
captures:
1: punctuation.definition.constant.css
- match: '(?x)(?:-|\+)?(?:(?:[0-9]+(?:\.[0-9]+)?)|(?:\.[0-9]+))((?:vw|vmin|vh|turn|s|rem|rad|px|pt|pc|ms|mm|in|grad|ex|em|dppx|dpi|dpcm|deg|cm|ch)\b|%)?'
- match: '(?x)(?:-|\+)?(?:(?:[0-9]+(?:\.[0-9]+)?)|(?:\.[0-9]+))((?:vw|vmin|vmax|vh|turn|s|rem|rad|px|pt|pc|ms|mm|in|grad|fr|ex|em|dppx|dpi|dpcm|deg|cm|ch)\b|%)?'
scope: constant.numeric.css
captures:
1: keyword.other.unit.css
Expand Down

0 comments on commit 3979fa0

Please sign in to comment.