]> Sergey Matveev's repositories - nnn.git/commitdiff
Remove .js from mime list
authorArun Prakash Jana <engineerarun@gmail.com>
Wed, 28 Nov 2018 03:55:01 +0000 (09:25 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Wed, 28 Nov 2018 03:55:01 +0000 (09:25 +0530)
src/nnn.h

index 8a2085c0561d8dcea4084aa77d26ebfd4b300136..03b30404cc1a62fad98e3d6b0f14fa56b60149ed 100644 (file)
--- 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[] = {