From cc2711afbefd30797515acb738b89319717545a7 Mon Sep 17 00:00:00 2001 From: Ryan Orendorff Date: Thu, 18 Apr 2019 23:10:04 -0700 Subject: [PATCH] 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. --- LS_COLORS | 1 + 1 file changed, 1 insertion(+) diff --git a/LS_COLORS b/LS_COLORS index f41b316..ad3d6ba 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -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