mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-15 19:10:54 +02:00
bumped min go action version and added missing : char to the autocomplete regex
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