[geany/geany] 05c9f1: Restore HTML filetype doublestring/hstring to original color

TheHappyMarquis git-noreply at xxxxx
Fri Aug 16 03:47:35 UTC 2013


Branch:      refs/heads/master
Author:      TheHappyMarquis <iouri_novak at hotmail.com>
Committer:   Matthew Brush <matt at geany.org>
Date:        Fri, 16 Aug 2013 03:47:35 UTC
Commit:      05c9f10dd8d437a4ad078d5bd8a4eb738e79674d
             https://github.com/geany/geany/commit/05c9f10dd8d437a4ad078d5bd8a4eb738e79674d

Log Message:
-----------
Restore HTML filetype doublestring/hstring to original color

Closes #74 and #75


Modified Paths:
--------------
    data/filetypes.common
    data/filetypes.html

Modified: data/filetypes.common
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -148,7 +148,7 @@ identifier_4=identifier_1
 
 string=0xff8000
 string_1=string
-string_2=string_1
+string_2=0x008000
 string_eol=0x000000;0xe0c0e0;false;false
 character=string_1
 backticks=string_2


Modified: data/filetypes.html
8 files changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -7,7 +7,7 @@
 html_attribute=attribute
 html_attributeunknown=attribute_unknown
 html_number=number_1
-html_doublestring=string_1
+html_doublestring=string_2
 html_singlestring=string_1
 html_other=other
 html_comment=comment
@@ -27,7 +27,7 @@
 sgml_comment=comment
 sgml_special=number_1
 sgml_command=number_2
-sgml_doublestring=string_1
+sgml_doublestring=string_2
 sgml_simplestring=string_1
 sgml_1st_param=attribute
 sgml_entity=entity
@@ -37,7 +37,7 @@
 
 php_default=default
 php_simplestring=string_1
-php_hstring=string_1
+php_hstring=string_2
 php_number=number_1
 php_word=keyword_1
 php_variable=preprocessor
@@ -55,7 +55,7 @@
 jscript_number=number_1
 jscript_word=default
 jscript_keyword=keyword_1
-jscript_doublestring=string_1
+jscript_doublestring=string_2
 jscript_singlestring=string_1
 
 jscript_symbols=operator



--------------
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