[geany/geany] ad0297: Fix a few Perl style mappings

Colomban Wendling git-noreply at xxxxx
Fri Jun 29 23:54:08 UTC 2012


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 29 Jun 2012 23:54:08
Commit:      ad0297f42f01daa226de74b90d671d91735ca12c
             https://github.com/geany/geany/commit/ad0297f42f01daa226de74b90d671d91735ca12c

Log Message:
-----------
Fix a few Perl style mappings


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

Modified: data/filetypes.perl
10 files changed, 5 insertions(+), 5 deletions(-)
===================================================================
@@ -10,13 +10,13 @@
 character=character
 preprocessor=preprocessor
 operator=operator
-identifier=identifier_1
-scalar=scalar
+identifier=identifier
+scalar=identifier_1
 pod=comment_doc
 regex=regex
-array=regex
-hash=regex
-symboltable=number_2
+array=identifier_2
+hash=identifier_3
+symboltable=identifier_4
 backticks=backticks
 pod_verbatim=comment_doc_keyword
 reg_subst=regex


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