~toastal/nvim-tree-sitter-unicode-conceal
Showing details for patch 15c8088417878a9a0ce0a2f21c85fc7ae943c61f.
diff -rN -u old-nvim-tree-sitter-unicode-conceal/after/queries/nickel/highlights.scm new-nvim-tree-sitter-unicode-conceal/after/queries/nickel/highlights.scm --- old-nvim-tree-sitter-unicode-conceal/after/queries/nickel/highlights.scm 2024-11-21 12:37:31.554045646 +0000 +++ new-nvim-tree-sitter-unicode-conceal/after/queries/nickel/highlights.scm 2024-11-21 12:37:31.554045646 +0000 @@ -22,6 +22,8 @@ ("/" @operator (#set! conceal "÷")) (infix_expr ("-" @number) (#set! conceal "⁻")) +(".." @variable.parameter.builtin.nickel (#set! conceal "‥")) + ("Bool" @type (#set! conceal "𝔹")) ("Number" @type (#set! conceal "ℝ"))