Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
added less
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcantrell committed Jul 22, 2012
1 parent 36ac92c commit 594902f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dircolors-256
Expand Up @@ -448,7 +448,7 @@ EXEC 01;32 # This is for files with execute permission:
.com 38;5;216
.command 38;5;216
.java 38;5;217
.egg-.info 38;5;218
.egg-info 38;5;218
.pth 38;5;218
.tex 38;5;219
.ltx 38;5;219
Expand All @@ -463,6 +463,7 @@ EXEC 01;32 # This is for files with execute permission:
.css 38;5;222
.scss 38;5;222
.sass 38;5;222
.less 38;5;222
.sql 38;5;223
.d 38;5;224
.r 38;5;224
Expand Down
4 changes: 2 additions & 2 deletions dircolors-256.yml
Expand Up @@ -204,11 +204,11 @@ extensions:
215: [.jsp]
216: [.sh, .bash, .zsh, .csh, .tcsh, .ksh, .cmd, .bat, .awk, .sed, .com, .command]
217: [.java]
218: [.egg-.info, .pth]
218: [.egg-info, .pth]
219: [.tex, .ltx, .sty, .cls, .tfm, .bib, .latex]
220: [.lyx, .tm]
221: [.vim]
222: [.css, .scss, .sass]
222: [.css, .scss, .sass, .less]
223: [.sql]
224: [.d, .r]
225: [.tcl, .tk]
Expand Down
1 change: 1 addition & 0 deletions dircolors-8
Expand Up @@ -185,6 +185,7 @@ EXEC 01;32 # This is for files with execute permission:
.php 00;34
.sass 00;34
.scss 00;34
.less 00;34
.rst 00;34
.textile 00;34
.markdown 00;34
Expand Down
1 change: 1 addition & 0 deletions dircolors-8.yml
Expand Up @@ -107,6 +107,7 @@ extensions:
- .php
- .sass
- .scss
- .less
- .rst
- .textile
- .markdown
Expand Down

0 comments on commit 594902f

Please sign in to comment.