From 3979fa037aae9d350f65bd109fbb7706161d206a Mon Sep 17 00:00:00 2001 From: George Zhang Date: Sun, 11 Mar 2018 15:34:23 -0400 Subject: [PATCH] Adding vmax, fr units --- LESS.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LESS.sublime-syntax b/LESS.sublime-syntax index 54c00bb..3cd6cd2 100644 --- a/LESS.sublime-syntax +++ b/LESS.sublime-syntax @@ -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