[autocomplete] add ":" to LESS props

This commit is contained in:
tophf 2022-08-27 21:40:13 +03:00
parent c5667b0352
commit 9022f6b318

View File

@ -149,7 +149,7 @@
} }
// properties and media features // properties and media features
if (!list && if (!list &&
/^(prop(erty|\?)|atom|error)/.test(type) && /^(prop(erty|\?)|atom|error|tag)/.test(type) &&
/^(block|atBlock_parens|maybeprop)/.test(getTokenState())) { /^(block|atBlock_parens|maybeprop)/.test(getTokenState())) {
if (!cssProps) initCssProps(); if (!cssProps) initCssProps();
if (type === 'prop?') { if (type === 'prop?') {