[autocomplete] add ":" to LESS props
This commit is contained in:
parent
c5667b0352
commit
9022f6b318
|
@ -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?') {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user