Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dircolors.ansi-dark
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,13 @@ EXEC 01;31 # Unix
### Text formats

# Text that we can edit with a regular editor
.adoc 32
.txt 32
.org 32
.md 32
.mkd 32
.markdown 32
.rst 32

# Source text
.h 32
Expand Down
3 changes: 3 additions & 0 deletions dircolors.ansi-light
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,13 @@ EXEC 01;31 # Unix
### Text formats

# Text that we can edit with a regular editor
.adoc 32
.txt 32
.org 32
.md 32
.mkd 32
.markdown 32
.rst 32

# Source text
.h 32
Expand Down
3 changes: 3 additions & 0 deletions dircolors.ansi-universal
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,14 @@ EXEC 01;31 # Unix
### Text formats

# Text that we can edit with a regular editor
.adoc 32
.txt 32
.org 32
.md 32
.mkd 32
.markdown 32
.bib 32
.rst 32

# Source text
.h 32
Expand Down