changeset 2403:6418fdb7d807 beta

updated header instructions for rcextensions
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Jun 2012 19:53:43 +0200
parents 2eeb2ed72e55
children a3efdd61a21f
files rhodecode/config/rcextensions/__init__.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/config/rcextensions/__init__.py	Wed Jun 06 19:51:16 2012 +0200
+++ b/rhodecode/config/rcextensions/__init__.py	Wed Jun 06 19:53:43 2012 +0200
@@ -1,6 +1,7 @@
 # Additional mappings that are not present in the pygments lexers
 # used for building stats
-# format is {'ext':'Name'} eg. {'py':'Python'}
+# format is {'ext':['Names']} eg. {'py':['Python']} note: there can be
+# more than one name for extension
 # NOTE: that this will overide any mappings in LANGUAGES_EXTENSIONS_MAP
 # build by pygments
 EXTRA_MAPPINGS = {}
@@ -39,6 +40,7 @@
      :param group_id:
      :param created_by:
     """
+
     return 0
 CREATE_REPO_HOOK = _crhook