diff --git a/src/types.rs b/src/types.rs index 3a05b5f3..68b208a3 100644 --- a/src/types.rs +++ b/src/types.rs @@ -41,7 +41,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"]),