Add Fold: Toggle Fold command

This commit is contained in:
Zef Hemel
2023-06-17 09:01:32 +02:00
parent 5f1f02e8b9
commit eefd8a5245
5 changed files with 19 additions and 0 deletions
+1
View File
@@ -94,6 +94,7 @@ export {
StreamLanguage,
syntaxHighlighting,
syntaxTree,
toggleFold,
unfoldAll,
unfoldCode,
} from "@codemirror/language";