mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-12-22 13:52:12 +01:00
Add Dhall coloring.
Use the same colors as yaml files since Dhall is a configuration language. It would also seem less likely to have both yaml and dhall in the same directory/source code, as they solve similar problems.
This commit is contained in:
parent
85a009acff
commit
cc2711afbe
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
*pm_to_blib 38;5;240
|
||||
# Functional Configuration
|
||||
.nix 38;5;155
|
||||
.dhall 38;5;178
|
||||
# ruby rake
|
||||
.rake 38;5;155
|
||||
# automake
|
||||
|
|
Loading…
Reference in a new issue