You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📁🌈 VS Code syntax highlighting, formatting and snippets for .dircolors files.
Syntax highlighting
Highlights comments, keywords, file extensions and values.
Enables auto-commenting.
Formatting
Formatting is automatically enabled for .dircolors files.
Configuration
Key
Default
Description
dircolors.maxSpacing
1
Minimum number of spaces between keyword and value.
dircolors.formatColumns
true
Toggle whether or not neighboring declarations should be formatted in columns (example: true/false).
Snippets
This extension adds several nifty snippets that can help with remembering color/attribute codes and
keywords. As with any snippet, simply write the prefix and press tab to convert it to the value.
Colors can be prefixed with b to make it a background color instead.
$1 indicates where the cursor ends up after pressing tab.
Prefix/result table
Color
Attribute
Keyword
black
30;
none
00;
T
TERM $1\n
bblack
40;
bold
01;
C
COLOR $1\n
red
31;
_
04;
E
EIGHTBIT $1\n
bred
41;
underscore
04;
O
OPTION $1\n
green
32;
blink
05;
N
NORMAL 00\n
bgreen
42;
reverse
07;
F
FILE $1\n
yellow
33;
concealed
08;
D
DIR $1\n
byellow
43;
L
LINK $1\n
blue
34;
M
MISSING $1\n
bblue
44;
S
SOCK $1\n
magenta
35;
B
BLK $1\n
bmagenta
45;
X
EXEC $1\n
cyan
36;
bcyan
46;
white
37;
bwhite
47;
Credits
Grammar files and snippets were adapted from
language-dircolors by
jolkdarr, a similar extension for Sublime Text.
About
📁🌈 VS Code syntax highlighting, formatting and snippets for .dircolors files.