diff --git a/src/types.rs b/src/types.rs index 910f813..3fe015e 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"]),