diff options
| author | 2018-11-28 09:25:01 +0530 | |
|---|---|---|
| committer | 2018-11-28 09:25:01 +0530 | |
| commit | d8df13f665b035cad0cceee48f388f4a9b03b9f2 (patch) | |
| tree | 2e78545c0ca80a29619e00ccf3e9d282dd0736a8 /src | |
| parent | 8aa72a40a3021508888441b60dd6f324eefe76ee (diff) | |
| download | nnn-d8df13f665b035cad0cceee48f388f4a9b03b9f2.tar.gz | |
Remove .js from mime list
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[] = { |