From: Arun Prakash Jana Date: Wed, 28 Nov 2018 03:55:01 +0000 (+0530) Subject: Remove .js from mime list X-Git-Tag: v2.2~102 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=d8df13f665b035cad0cceee48f388f4a9b03b9f2;p=nnn.git Remove .js from mime list --- diff --git a/src/nnn.h b/src/nnn.h index 8a2085c0..03b30404 100644 --- a/src/nnn.h +++ b/src/nnn.h @@ -104,7 +104,7 @@ struct assoc { }; static struct assoc assocs[] = { - { "\\.(c|cpp|h|js|log|md|py|rb|sh|txt)$", "text" }, + { "\\.(c|cpp|h|log|md|py|rb|sh|txt)$", "text" }, }; static struct key bindings[] = {