~toastal/nvim-tree-sitter-unicode-conceal
Showing details for patch 25bc51bc6ff63a878aa2444886eb418675e8fccf.
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 "⟧"))