[geany/geany] c47ff6: Make Python comment hash space

elextr git-noreply at xxxxx
Thu Nov 9 10:07:02 UTC 2017


Branch:      refs/heads/elextr-patch-2
Author:      elextr <elextr at gmail.com>
Committer:   GitHub <noreply at github.com>
Date:        Thu, 09 Nov 2017 10:07:02 UTC
Commit:      c47ff6666a470445a846ea3e8457cbd7d1359bf4
             https://github.com/geany/geany/commit/c47ff6666a470445a846ea3e8457cbd7d1359bf4

Log Message:
-----------
Make Python comment hash space


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