[geany/geany] dd58ab: Make Python comment hash space (#1682)

elextr git-noreply at xxxxx
Thu Nov 9 11:54:36 UTC 2017


Branch:      refs/heads/master
Author:      elextr <elextr at gmail.com>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Thu, 09 Nov 2017 11:54:36 UTC
Commit:      dd58ab6f49e8b382d9278c3ebc533f08b8aec84e
             https://github.com/geany/geany/commit/dd58ab6f49e8b382d9278c3ebc533f08b8aec84e

Log Message:
-----------
Make Python comment hash space (#1682)


Modified Paths:
--------------
    data/filedefs/filetypes.python

Modified: data/filedefs/filetypes.python
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -46,7 +46,7 @@ mime_type=text/x-python
 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
 
 # single comment char, like # in this file
-comment_single=#
+comment_single=#\s
 # multiline comments
 #comment_open="""
 #comment_close="""



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