~toastal/nvim-tree-sitter-unicode-conceal

Showing details for patch 25bc51bc6ff63a878aa2444886eb418675e8fccf.
2025-01-31 (Fri), 3:03 PM - ᛏᚩᛋᛏᚪᛚ - 25bc51bc6ff63a878aa2444886eb418675e8fccf

OCamlᛋ᛫assignment_operator᛫ᚹᚫᛋ᛫ᛏᚹᛠᚳᛞ

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • after/queries/ocaml/highlights.scm with 1 added and 1 removed lines
diff -rN -u old-nvim-tree-sitter-unicode-conceal/after/queries/ocaml/highlights.scm new-nvim-tree-sitter-unicode-conceal/after/queries/ocaml/highlights.scm
--- old-nvim-tree-sitter-unicode-conceal/after/queries/ocaml/highlights.scm	2025-03-30 11:38:51.533246955 +0000
+++ new-nvim-tree-sitter-unicode-conceal/after/queries/ocaml/highlights.scm	2025-03-30 11:38:51.533246955 +0000
@@ -9,7 +9,7 @@
 (";;" @punctuation.delimeter (#set! conceal "◊"))
 ("::" @operator (#set! conceal "∷"))
 (let_binding ("=" @operator.assignment (#set! conceal "≔")))
-(let_binding (":=" @operator.assignment (#set! conceal "⩴")))
+((assign_operator) @operator.assignment (#set! conceal "⩴"))
 (array_expression ("[|" @punctuation.bracket.ocaml . _) (#set! conceal "⟦"))
 (array_expression ("|]" @punctuation.bracket.ocaml .) (#set! conceal "⟧"))