Add .ex and .js to LS_COLORS
This commit is contained in:
parent
d3daa18cfb
commit
1d129818a8
|
@ -149,8 +149,8 @@ function _gen_lscolor()
|
|||
}
|
||||
unset LS_COLORS
|
||||
# Program code (rose)
|
||||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;177" cpp cxx c++ c go rs)"
|
||||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;177" py rb el ebuild zsh sh bash pl php phtml qml)"
|
||||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;177" cpp cxx c++ c go rs ex)"
|
||||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;177" py rb el ebuild zsh sh bash pl php phtml qml js)"
|
||||
# Stuff that gets included (violet + italic)
|
||||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "3;38;5;141" hpp hxx h++ h qss qrc)"
|
||||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "3;38;5;141" css sass scss tmpl csp inc)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user