[#7353] added missing : char to the autocomplete regex
Co-authored-by: jb.muscat <jb.muscat@criteo.com>
This commit is contained in:
@@ -244,7 +244,7 @@
|
||||
|
||||
// Returns object with all the completions matching the context.
|
||||
function completions(context) {
|
||||
let word = context.matchBefore(/[\'\"\@\w\.]*/);
|
||||
let word = context.matchBefore(/[\'\"\@\w\.\:]*/);
|
||||
if (word && word.from == word.to && !context.explicit) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user