From e32bddeb99b4f058ee7d66d40a8f7b8f4f533fb7 Mon Sep 17 00:00:00 2001 From: deathaxe Date: Thu, 17 Nov 2022 19:57:06 +0100 Subject: [PATCH] [TCL] Remove syntax based folding rules TCL syntax is probably not and might never be in a good enough condition to be used with syntax based folding. --- TCL/Fold.tmPreferences | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 TCL/Fold.tmPreferences diff --git a/TCL/Fold.tmPreferences b/TCL/Fold.tmPreferences deleted file mode 100644 index 354d7c5f87..0000000000 --- a/TCL/Fold.tmPreferences +++ /dev/null @@ -1,27 +0,0 @@ - - - - scope - source.tcl - settings - - indentationFoldingEnabled - - foldScopes - - - begin - punctuation.definition.substitution.begin - end - punctuation.definition.substitution.end - - - begin - punctuation.section.block.begin - end - punctuation.section.block.end - - - - -