Add ruby files as text file

This commit is contained in:
Arun Prakash Jana 2018-03-03 09:30:03 +05:30
parent 10e84a28ed
commit 2094157630
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

2
nnn.h
View File

@ -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[] = {