Answer the question
In order to leave comments, you need to log in
Is it possible in Sublime 2 to change the output of the Symbol List (ctrl+r) for a css file?
It is more convenient for me to navigate through the file with “block” styles, the blocks themselves are highlighted like this:
/* Reset
-----------------------------------------------------------------------------*/
ol, ul {
line-height: 17px;
list-style: none outside none;
margin: 0 0 0.1em;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
color: #4F5155;
position:relative;
padding:0 0 10px;
background: #FFE680;
width: 100%;
min-height:13em;
}
Answer the question
In order to leave comments, you need to log in
The solution is this.
1. Add another asterisk to block names
/** Reset
-----------------------------------------------------------------------------*/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question