From 04bfd6b8bf83f5b4c173d2e7e07a56c6ea63da79 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 30 Oct 2018 19:52:41 +0700 Subject: [PATCH] Python.py: Add line_continuation Related to https://github.com/coala/coala/issues/558 --- coalib/bearlib/languages/definitions/Python.py | 1 + 1 file changed, 1 insertion(+) diff --git a/coalib/bearlib/languages/definitions/Python.py b/coalib/bearlib/languages/definitions/Python.py index 17b824582b..3c840a737e 100644 --- a/coalib/bearlib/languages/definitions/Python.py +++ b/coalib/bearlib/languages/definitions/Python.py @@ -14,3 +14,4 @@ class Python: indent_types = ':', encapsulators = {'(': ')', '[': ']', '{': '}'} string_delimiter_escape = {'"': '\\"', "'": "\\'"} + line_continuation = '\\'