mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -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
|
|
@ -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