fix: Allow re-parsing in Python, XFAIL \ indentation test

This commit is contained in:
Stephan Seitz 2022-02-06 13:47:23 +01:00
parent fc54020531
commit 2caac44720
3 changed files with 13 additions and 5 deletions

View file

@ -5,7 +5,6 @@ local tsutils = require "nvim-treesitter.ts_utils"
local M = {}
M.avoid_force_reparsing = {
python = true,
yaml = true,
}