aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-05 19:17:30 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-05 19:17:30 +0100
commit10df138d6084000659626aaf50afb16e6b674b25 (patch)
tree6769f681ff339e0796e2ca43525df3e58b6fc6db /language-web/package.json
parentfix(lang): make default and scope non-contextual (diff)
downloadrefinery-10df138d6084000659626aaf50afb16e6b674b25.tar.gz
refinery-10df138d6084000659626aaf50afb16e6b674b25.tar.zst
refinery-10df138d6084000659626aaf50afb16e6b674b25.zip
chore(web): implicit completion info in grammar
Move information about which tokens should support implicit completions into the Lezer grammar.
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 cb860c5f..3362a47a 100644
--- a/language-web/package.json
+++ b/language-web/package.json
@@ -85,6 +85,7 @@
85 "escape-string-regexp": "^5.0.0", 85 "escape-string-regexp": "^5.0.0",
86 "@fontsource/jetbrains-mono": "^4.5.0", 86 "@fontsource/jetbrains-mono": "^4.5.0",
87 "@fontsource/roboto": "^4.5.1", 87 "@fontsource/roboto": "^4.5.1",
88 "@lezer/common": "^0.15.7",
88 "@lezer/lr": "^0.15.4", 89 "@lezer/lr": "^0.15.4",
89 "loglevel": "^1.7.1", 90 "loglevel": "^1.7.1",
90 "loglevel-plugin-prefix": "^0.8.4", 91 "loglevel-plugin-prefix": "^0.8.4",