Patch #1025 2006-05-01 17:35

sethjackson

CSS Comment style
Download
1025-CSS_Comment_st.patch (570 bytes)
Category
Lexer
Status
Closed
Close date
2006-07-19 08:40
Assigned to
 
Index: src/sdk/resources/lexers/lexer_css.xml
===================================================================
--- src/sdk/resources/lexers/lexer_css.xml    (revision 2398)
+++ src/sdk/resources/lexers/lexer_css.xml    (working copy)
@@ -38,7 +38,7 @@
                         fg="128,0,128"/>
                 <Style name="Comment"
                         index="9"
-                        fg="0,128,0"/>
+                        fg="160,160,160"/>
                 <Style name="ID selector"
                         index="10"
                         fg="0,128,128"/>
sethjackson 2006-05-01 17:36

Makes the CSS comment style consistent with the other lexers.