From: Arun Prakash Jana Date: Sat, 3 Mar 2018 04:00:03 +0000 (+0530) Subject: Add ruby files as text file X-Git-Tag: v1.8~62 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=209415763093bb4504275761fcd1640f06fbd290;p=nnn.git Add ruby files as text file --- 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[] = {