From 9022f6b318be7a68f376fe6b7f8e393de318f7f1 Mon Sep 17 00:00:00 2001 From: tophf Date: Sat, 27 Aug 2022 21:40:13 +0300 Subject: [PATCH] [autocomplete] add ":" to LESS props --- edit/autocomplete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit/autocomplete.js b/edit/autocomplete.js index 16b196d4..b8d32284 100644 --- a/edit/autocomplete.js +++ b/edit/autocomplete.js @@ -149,7 +149,7 @@ } // properties and media features if (!list && - /^(prop(erty|\?)|atom|error)/.test(type) && + /^(prop(erty|\?)|atom|error|tag)/.test(type) && /^(block|atBlock_parens|maybeprop)/.test(getTokenState())) { if (!cssProps) initCssProps(); if (type === 'prop?') {