diff --git a/src/types.rs b/src/types.rs index be47fdb7..c9c22b06 100644 --- a/src/types.rs +++ b/src/types.rs @@ -42,7 +42,9 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[ ("haskell", &["*.hs", "*.lhs"]), ("html", &["*.htm", "*.html"]), ("java", &["*.java"]), - ("js", &["*.js"]), + ("js", &[ + "*.js", "*.jsx", "*.vue", + ]), ("json", &["*.json"]), ("jsonl", &["*.jsonl"]), ("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]),