diff options
| author | 2018-03-03 09:30:03 +0530 | |
|---|---|---|
| committer | 2018-03-03 09:30:03 +0530 | |
| commit | 209415763093bb4504275761fcd1640f06fbd290 (patch) | |
| tree | 37d56f8434b55791fd249713394f986ba240223c | |
| parent | 10e84a28ed9bc1ff18518bada28a488631914678 (diff) | |
| download | nnn-209415763093bb4504275761fcd1640f06fbd290.tar.gz | |
Add ruby files as text file
| -rw-r--r-- | nnn.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[] = { |