diff --git a/src/components/completion.rs b/src/components/completion.rs index 42b36f8..5b4ea39 100644 --- a/src/components/completion.rs +++ b/src/components/completion.rs @@ -11,7 +11,7 @@ use tui::{ Frame, }; -const RESERVED_WORDS: &[&str] = &["IN", "AND", "OR", "NOT", "NULL", "IS"]; +const RESERVED_WORDS: &[&str] = &["IN", "AND", "OR", "NOT", "NULL", "IS", "IN"]; pub struct CompletionComponent { key_config: KeyConfig,