From 9ae70cc410bd042b5cf119c571db323436caf08b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= <blaz@mxxn.io>
Date: Fri, 1 Jul 2022 19:16:16 +0900
Subject: [PATCH] Disable tree-sitter python indents, use fallback for now

There's been a lot of complaints about the state of python indentation
and the fallback actually works better until the solution proposed
in https://github.com/helix-editor/helix/issues/763#issuecomment-1137894973=
is implemented.
---
 runtime/queries/python/{indents.scm => indents.scm_} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename runtime/queries/python/{indents.scm => indents.scm_} (100%)

diff --git a/runtime/queries/python/indents.scm b/runtime/queries/python/indents.scm_
similarity index 100%
rename from runtime/queries/python/indents.scm
rename to runtime/queries/python/indents.scm_