mirror of
https://github.com/jarun/nnn.git
synced 2025-03-26 16:22:20 +00:00
Add ruby files as text file
This commit is contained in:
parent
10e84a28ed
commit
2094157630
1 changed files with 1 additions and 1 deletions
2
nnn.h
2
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[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue