diff --git a/src/types.rs b/src/types.rs index d3a66506..3a05b5f3 100644 --- a/src/types.rs +++ b/src/types.rs @@ -70,6 +70,7 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[ ("txt", &["*.txt"]), ("toml", &["*.toml", "Cargo.lock"]), ("vala", &["*.vala"]), + ("vb", &["*.vb"]), ("vimscript", &["*.vim"]), ("xml", &["*.xml"]), ("yacc", &["*.y"]),