mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(unison): adapt to breaking parser change
This commit is contained in:
parent
8262ccf990
commit
8812089919
2 changed files with 3 additions and 3 deletions
|
|
@ -708,7 +708,7 @@
|
|||
"revision": "debd26fed283d80456ebafa33a06957b0c52e451"
|
||||
},
|
||||
"unison": {
|
||||
"revision": "a69d087590f2ca057d1ef1a393de7e22869bb557"
|
||||
"revision": "fb49b8125509c079e08f345758c03a427129010e"
|
||||
},
|
||||
"usd": {
|
||||
"revision": "ab8c30bde2df0e58c4b3f01f220fb0125ecb57a7"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
; Keywords
|
||||
[
|
||||
(kw_forall)
|
||||
(unique_kw)
|
||||
(unique)
|
||||
(type_kw)
|
||||
(do)
|
||||
(kw_let)
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
(kw_equals) @keyword.operator
|
||||
|
||||
(structural_kw) @type.qualifier
|
||||
(structural) @type.qualifier
|
||||
|
||||
(unique) @type.qualifier
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue