[geany/geany] 1944e2: CSS: fix mappings to non-existing styles

Colomban Wendling git-noreply at xxxxx
Sat May 3 22:16:27 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sat, 03 May 2014 22:16:27 UTC
Commit:      1944e26ee03bc0574769b2563f6ad28fb7581d32
             https://github.com/geany/geany/commit/1944e26ee03bc0574769b2563f6ad28fb7581d32

Log Message:
-----------
CSS: fix mappings to non-existing styles


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

Modified: data/filetypes.css
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -20,10 +20,10 @@ variable=identifier_1
 important=error
 directive=preprocessor
 identifier3=keyword_1
-pseudoelement=element
+pseudoelement=string_2
 extended_identifier=keyword_1
-extended_pseudoclass=pseudoclass
-extended_pseudoelement=pseudoelement
+extended_pseudoclass=string_1
+extended_pseudoelement=string_2
 media=parameter
 
 [keywords]



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list