[geany/geany] 40ab39: Map all filetype's character styles to 'character' named style

Colomban Wendling git-noreply at xxxxx
Sun Jul 1 13:20:21 UTC 2012


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 01 Jul 2012 13:20:21
Commit:      40ab39d8fd0a17603b5a3af885ad1ef9f26924e8
             https://github.com/geany/geany/commit/40ab39d8fd0a17603b5a3af885ad1ef9f26924e8

Log Message:
-----------
Map all filetype's character styles to 'character' named style


Modified Paths:
--------------
    data/filetypes.ada
    data/filetypes.asm
    data/filetypes.c

Modified: data/filetypes.ada
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -6,7 +6,7 @@ word=keyword_1
 identifier=identifier_1
 number=number
 delimiter=operator
-character=string_1
+character=character
 charactereol=string_eol
 string=string_1
 stringeol=string_eol


Modified: data/filetypes.asm
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -14,7 +14,7 @@ mathinstruction=keyword_2
 register=type
 directive=preprocessor
 directiveoperand=keyword_3
-character=string_1
+character=character
 stringeol=string_eol
 extinstruction=keyword_4
 


Modified: data/filetypes.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -9,7 +9,7 @@
 word=keyword_1
 word2=keyword_2
 string=string_1
-character=string_1
+character=character
 uuid=other
 preprocessor=preprocessor
 operator=operator


@@ Diff output truncated at 100000 characters. @@


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



More information about the Commits mailing list