[geany/geany] 5c22c9: R has braces

Colomban Wendling git-noreply at xxxxx
Mon Nov 4 16:42:05 UTC 2013


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 04 Nov 2013 16:42:05 UTC
Commit:      5c22c9d73e14f77959d0de27c8363a1fe8fe8940
             https://github.com/geany/geany/commit/5c22c9d73e14f77959d0de27c8363a1fe8fe8940

Log Message:
-----------
R has braces


Modified Paths:
--------------
    src/editor.c

Modified: src/editor.c
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -1273,6 +1273,7 @@ static gboolean lexer_has_braces(ScintillaObject *sci)
 		case SCLEX_BASH:
 		case SCLEX_PERL:
 		case SCLEX_TCL:
+		case SCLEX_R:
 			return TRUE;
 		default:
 			return FALSE;



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