~toastal/nvim-tree-sitter-unicode-conceal
~toastal/nvim-tree-sitter-unicode-conceal/after/queries/fish/highlights.scm
~toastal/nvim-tree-sitter-unicode-conceal/after/queries/fish/highlights.scm
0 | ;; SPDX-FileCopyrightText 2023–2024 toastal <toastal@posteo.net> |
1 | ;; SPDX-License-Identifier: LGPL-2.1-or-later |
2 | ; extends |
3 |
|
4 | ("function" @keyword.function (#set! conceal "λ")) |
5 | ("end" @keyword.function (#set! conceal "◊")) |
6 | ("return" @keyword.return (#set! conceal "⮡")) |
7 |
|
8 | (["&&" "and"] @keyword.operator (#set! conceal "∧")) |
9 | (["||" "or"] @keyword.operator (#set! conceal "∨")) |
10 | ("not" @keyword.operator (#set! conceal "¬")) |