This commit is contained in:
Nobun 2019-09-03 15:45:46 +02:00 committed by Steve Cotton
parent e1c7c84957
commit 0cf8da9357

View file

@ -77,7 +77,7 @@ class LuaCommentState:
class LuaStr00:
def __init__(self):
self.regex = re.compile(r'((?:_)|(?:.*\(_)|(?:.*?\s+_))\s*\(')
self.regex = re.compile(r'((?:_)|(?:.*?\(_)|(?:.*?\s+_))\s*\(')
self.iffail = 'lua_str01'
def run(self, xline, lineno, match):