aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-28 09:25:01 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-28 09:25:01 +0530
commitd8df13f665b035cad0cceee48f388f4a9b03b9f2 (patch)
tree2e78545c0ca80a29619e00ccf3e9d282dd0736a8 /src/nnn.h
parent8aa72a40a3021508888441b60dd6f324eefe76ee (diff)
downloadnnn-d8df13f665b035cad0cceee48f388f4a9b03b9f2.tar.gz
Remove .js from mime list
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.h b/src/nnn.h
index 8a2085c..03b3040 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[] = {