[geany/geany] 85cb6d: Improve CSS highlighting

trongthanh git-noreply at xxxxx
Sun Sep 30 18:08:13 UTC 2012


Branch:      refs/heads/master
Author:      trongthanh <trongthanh at gmail.com>
Committer:   Matthew Brush <matt at geany.org>
Date:        Sun, 30 Sep 2012 18:08:13
Commit:      85cb6d527c859729d592fd33c34a3730c593d076
             https://github.com/geany/geany/commit/85cb6d527c859729d592fd33c34a3730c593d076

Log Message:
-----------
Improve CSS highlighting


Modified Paths:
--------------
    data/filetypes.css

Modified: data/filetypes.css
22 files changed, 11 insertions(+), 11 deletions(-)
===================================================================
@@ -5,26 +5,26 @@ default=default
 comment=comment
 tag=tag
 class=class
-pseudoclass=class
-unknown_pseudoclass=class
-unknown_identifier=class
+pseudoclass=string_1
+unknown_pseudoclass=default
+unknown_identifier=default
 operator=operator
-identifier=keyword_1
+identifier=keyword_2
 doublestring=string_1
 singlestring=string_2
 attribute=attribute
 value=value
-id=number
+id=class
 identifier2=keyword_2
 variable=identifier_1
-important=extra
+important=error
 directive=preprocessor
-identifier3=keyword_3
+identifier3=keyword_1
 pseudoelement=element
-extended_identifier=keyword_4
-extended_pseudoclass=class
-extended_pseudoelement=element
-media=string_3
+extended_identifier=keyword_1
+extended_pseudoclass=pseudoclass
+extended_pseudoelement=pseudoelement
+media=parameter
 
 [keywords]
 # CSS 1 properties



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Commits mailing list