[geany/geany] c427dd: SQL: fix single-line comment marker

Colomban Wendling git-noreply at xxxxx
Thu Sep 19 17:40:56 UTC 2013


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Thu, 19 Sep 2013 17:40:56 UTC
Commit:      c427ddb656a64c77d6e1421ab92b72630fbc94fc
             https://github.com/geany/geany/commit/c427ddb656a64c77d6e1421ab92b72630fbc94fc

Log Message:
-----------
SQL: fix single-line comment marker

Closes [bugs:#997].


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

Modified: data/filetypes.sql
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -33,7 +33,7 @@ extension=sql
 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
 
 # single comments, 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