remove "IN"

pull/88/head
Takayuki Maeda 3 years ago
parent 68de8582d2
commit c35af7f7ca

@ -11,7 +11,7 @@ use tui::{
Frame,
};
const RESERVED_WORDS: &[&str] = &["IN", "AND", "OR", "NOT", "NULL", "IS", "IN"];
const RESERVED_WORDS: &[&str] = &["IN", "AND", "OR", "NOT", "NULL", "IS"];
pub struct CompletionComponent {
key_config: KeyConfig,

Loading…
Cancel
Save