mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +00:00
Update Haskell icon color
This commit is contained in:
parent
efd5bc9db1
commit
fb3a648756
|
@ -286,7 +286,7 @@ static const struct icon_pair icons_ext[] = { /* All entries are case-insensitiv
|
||||||
{"h", ICON_C, COLOR_C},
|
{"h", ICON_C, COLOR_C},
|
||||||
{"hh", ICON_CPLUSPLUS, COLOR_C},
|
{"hh", ICON_CPLUSPLUS, COLOR_C},
|
||||||
{"hpp", ICON_CPLUSPLUS, COLOR_C},
|
{"hpp", ICON_CPLUSPLUS, COLOR_C},
|
||||||
{"hs", ICON_HASKELL, COLOR_VIM},
|
{"hs", ICON_HASKELL, COLOR_ELIXIR},
|
||||||
{"htaccess", ICON_CONFIGURE, 0},
|
{"htaccess", ICON_CONFIGURE, 0},
|
||||||
{"htpasswd", ICON_CONFIGURE, 0},
|
{"htpasswd", ICON_CONFIGURE, 0},
|
||||||
{"htm", ICON_HTML, 0},
|
{"htm", ICON_HTML, 0},
|
||||||
|
|
Loading…
Reference in a new issue