From 4e0cf5806c30a7c5795e7561b28b53351acfcd97 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Wed, 20 Dec 2017 16:47:37 +0100 Subject: [PATCH] [css] update grammar --- extensions/css/syntaxes/css.tmLanguage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/css/syntaxes/css.tmLanguage.json b/extensions/css/syntaxes/css.tmLanguage.json index 95caf371210..2658a64ff67 100644 --- a/extensions/css/syntaxes/css.tmLanguage.json +++ b/extensions/css/syntaxes/css.tmLanguage.json @@ -4,7 +4,7 @@ "If you want to provide a fix or improvement, please create a pull request against the original repository.", "Once accepted there, we are happy to receive an update request." ], - "version": "https://github.com/atom/language-css/commit/ec289867164a34fce48a69776b7f8dc380e3dc37", + "version": "https://github.com/atom/language-css/commit/b781e2152b677d4a38c4501de477948cb6a04f65", "scopeName": "source.css", "name": "CSS", "fileTypes": [ @@ -1058,7 +1058,7 @@ "name": "support.constant.text-direction.css" }, { - "include": "#property-value" + "include": "#property-values" } ] }, -- GitLab