From 209415763093bb4504275761fcd1640f06fbd290 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 3 Mar 2018 09:30:03 +0530 Subject: [PATCH] Add ruby files as text file --- nnn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nnn.h b/nnn.h index 60e277d7..19834859 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[] = {