Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2021-12-14 16:13:16 +0300
committerMax <max@nextcloud.com>2022-02-09 11:42:46 +0300
commitf611a0f7f3ddb568b3e6291f35bc1b5ffda24964 (patch)
tree2c36767435d58f09bcc6c1933fbd75d2db9ed7f8 /package.json
parentedfbb70f1578dad76ff869b9f2ca0f3c027232d2 (diff)
upgrade: syntax highlighting with tiptap2
Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 614130be9..8be88e77e 100644
--- a/package.json
+++ b/package.json
@@ -41,6 +41,7 @@
"@tiptap/extension-bold": "^2.0.0-beta.25",
"@tiptap/extension-bullet-list": "^2.0.0-beta.24",
"@tiptap/extension-code-block": "^2.0.0-beta.31",
+ "@tiptap/extension-code-block-lowlight": "^2.0.0-beta.60",
"@tiptap/extension-document": "^2.0.0-beta.15",
"@tiptap/extension-heading": "^2.0.0-beta.24",
"@tiptap/extension-history": "^2.0.0-beta.21",
@@ -60,6 +61,7 @@
"entities": "^3.0.1",
"escape-html": "^1.0.3",
"highlight.js": "^10.7.2",
+ "lowlight": "^2.4.1",
"markdown-it": "^12.3.2",
"markdown-it-task-lists": "^2.1.1",
"prosemirror-collab": "^1.2.2",