@techee commented on this pull request.
> @@ -825,5 +859,6 @@ extern parserDefinition *PythonParser (void) def->kindCount = ARRAY_SIZE (PythonKinds); def->extensions = extensions; def->parser = findPythonTags; + def->useCork = true; return def; }
Yes, exactly, the new parser should be used. I just didn't want want to add one more big diff into this patch.
Will fix the above minor issues though.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.