aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-30 20:14:50 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-31 19:26:14 +0100
commitcbf442d8fd9f72c567ebf9f036a219a9ff100487 (patch)
treea128345d9a9863bef7f3670da585bcb62d13cb34 /language-web/package.json
parentfeat(web): show error count on generate button (diff)
downloadrefinery-cbf442d8fd9f72c567ebf9f036a219a9ff100487.tar.gz
refinery-cbf442d8fd9f72c567ebf9f036a219a9ff100487.tar.zst
refinery-cbf442d8fd9f72c567ebf9f036a219a9ff100487.zip
feat(web): semantic highlighting
Diffstat (limited to 'language-web/package.json')
-rw-r--r--language-web/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/language-web/package.json b/language-web/package.json
index 9185f8fe..76d27865 100644
--- a/language-web/package.json
+++ b/language-web/package.json
@@ -75,6 +75,7 @@
75 "@codemirror/language": "^0.19.3", 75 "@codemirror/language": "^0.19.3",
76 "@codemirror/lint": "^0.19.2", 76 "@codemirror/lint": "^0.19.2",
77 "@codemirror/matchbrackets": "^0.19.3", 77 "@codemirror/matchbrackets": "^0.19.3",
78 "@codemirror/rangeset": "^0.19.1",
78 "@codemirror/rectangular-selection": "^0.19.1", 79 "@codemirror/rectangular-selection": "^0.19.1",
79 "@codemirror/search": "^0.19.2", 80 "@codemirror/search": "^0.19.2",
80 "@codemirror/state": "^0.19.0", 81 "@codemirror/state": "^0.19.0",