fix(unison): adapt to breaking parser change

This commit is contained in:
Christian Clason 2024-02-09 10:50:13 +01:00
parent 8262ccf990
commit 8812089919
2 changed files with 3 additions and 3 deletions

View file

@ -708,7 +708,7 @@
"revision": "debd26fed283d80456ebafa33a06957b0c52e451" "revision": "debd26fed283d80456ebafa33a06957b0c52e451"
}, },
"unison": { "unison": {
"revision": "a69d087590f2ca057d1ef1a393de7e22869bb557" "revision": "fb49b8125509c079e08f345758c03a427129010e"
}, },
"usd": { "usd": {
"revision": "ab8c30bde2df0e58c4b3f01f220fb0125ecb57a7" "revision": "ab8c30bde2df0e58c4b3f01f220fb0125ecb57a7"

View file

@ -14,7 +14,7 @@
; Keywords ; Keywords
[ [
(kw_forall) (kw_forall)
(unique_kw) (unique)
(type_kw) (type_kw)
(do) (do)
(kw_let) (kw_let)
@ -24,7 +24,7 @@
(kw_equals) @keyword.operator (kw_equals) @keyword.operator
(structural_kw) @type.qualifier (structural) @type.qualifier
(unique) @type.qualifier (unique) @type.qualifier