fix autocomplete for words starting with d/r/u

fixes #1188
This commit is contained in:
tophf 2021-02-23 14:59:56 +03:00
parent cf1f51af0a
commit abd018d750

View File

@ -120,8 +120,9 @@
/^(top|documentTypes|atBlock)/.test(getTokenState())) { /^(top|documentTypes|atBlock)/.test(getTokenState())) {
end++; end++;
list = docFuncs; list = docFuncs;
}
break; break;
}
// fallthrough to `default`
default: default:
// properties and media features // properties and media features