Home > Article > Development Tools > Notepad++ color attribute settings collection [Collection]
The following tutorial column from notepad will introduce you to the color attribute settings in Notepad. I hope it will be helpful to friends in need!
Indent guideline style 缩进参考线的颜色 Brace highlight style 鼠标指针在框架左右时框架的颜色(如css中{} js中的()) Bad brace color 错误的框架的颜色(如js中{}里面有错误,这个{}的颜色) Current line background colour 鼠标指向的当前行的背景颜色 Selected text colour 选中文本的颜色 Caret colour 鼠标指针的颜色 Line number margin 行号数字的颜色 Fold 隐藏代码按钮颜色 Fold margin 隐藏代码按钮上下背景颜色 Smart HighLighting 双击选择文字的背景颜色 Tags match highlighting 鼠标指针在当前标签时该标签的背景颜色 Tags attribute 鼠标指针在当前标签时属性和属性值的背景颜色 Active tab focused 出现连个文档界面时选中的文档的背景颜色 Active tab unfocused 出现连个文档界面时没选中的文档的背景颜色(另一视图的第一个文档) Active tab text 当前文档的名称的颜色 Inactive tabs 未选中的文档的标签背景颜色
CSS
DEFAULT Default foreground
TAG Tag name such as span h2
PSEUDOCLASS Pseudo-class style
UNKNOWN _PSEUDOCLASS Unclear pseudo-class style (including unfinished pseudo-class style)
OPERATOR Style punctuation such as {}:;
IDENTIFIER Attribute, identifier
VALUE Attribute value
COMMENT Explanation
IMPORTANT Important
HTML
DEFAULT Default outlook
COMMENT Explanation
NUMBER Number
DOUBLESTRING Double quoted string
SINGLESTRING Single quote string
TAG Tag name such as span h2
TAGEND End of tag
TAGUNKNOWN Unclear tag (including unfinished tag)
ATTRIBUTE Attribute
ATTRIBUTEUNKNOWN Unclear attribute (including Unfinished attributes)
SGMLDEFAULT The word that declares the document (the top one of the html document)
VALUE The color of the attribute value (when the value is not enclosed in single quotes or double quotes)
ENTITY Special characters Such as >:
##JavaScript
WORD General wordsKEYWORD Keywords
DOUBLE STRING Double quotation mark string
SINGLESTRING Single quotation mark string
SYMBOLS Punctuation such as {}:;
COMMENT Explanation
COMMENTLINE Single-line comment
COMMENTDOC Multi-line comment
The above is the detailed content of Notepad++ color attribute settings collection [Collection]. For more information, please follow other related articles on the PHP Chinese website!