aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nnn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nnn.h b/nnn.h
index 60e277d..1983485 100644
--- a/nnn.h
+++ b/nnn.h
@@ -62,7 +62,7 @@ struct assoc {
};
static struct assoc assocs[] = {
- { "\\.(c|cpp|h|log|md|py|sh|txt)$", "text" },
+ { "\\.(c|cpp|h|log|md|py|rb|sh|txt)$", "text" },
};
static struct key bindings[] = {