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

Showing details for patch 2db7a1cf9ef66548f9b7ad4de093bad2670044bc.
2024-05-19 (Sun), 9:16 AM - toastal - 2db7a1cf9ef66548f9b7ad4de093bad2670044bc

keywords up top

Summary of changes
1 files modified with 1 lines added and 2 lines removed
  • after/queries/fish/highlights.scm with 1 added and 2 removed lines
diff -rN -u old-nvim-tree-sitter-unicode-conceal/after/queries/fish/highlights.scm new-nvim-tree-sitter-unicode-conceal/after/queries/fish/highlights.scm
--- old-nvim-tree-sitter-unicode-conceal/after/queries/fish/highlights.scm	2024-11-24 20:06:08.054501984 +0000
+++ new-nvim-tree-sitter-unicode-conceal/after/queries/fish/highlights.scm	2024-11-24 20:06:08.054501984 +0000
@@ -4,9 +4,8 @@
 
 ("function" @keyword.function @conceal (#set! conceal "λ"))
 ("end" @keyword.function @conceal (#set! conceal "◊"))
+("return" @keyword.return @conceal (#set! conceal "⮡"))
 
 (["&&" "and"] @keyword.operator @conceal (#set! conceal "∧"))
 (["||" "or"] @keyword.operator @conceal (#set! conceal "∨"))
 ("not" @keyword.operator @conceal (#set! conceal "¬"))
-
-("return" @keyword.return @conceal (#set! conceal "⮡"))