diff --git a/mzte-nv/conf/queries/java/highlights.scm b/mzte-nv/conf/queries/java/highlights.scm index 83b7195..1ded277 100644 --- a/mzte-nv/conf/queries/java/highlights.scm +++ b/mzte-nv/conf/queries/java/highlights.scm @@ -2,23 +2,22 @@ ;; Keywords (("abstract" @keyword) (#set! conceal "")) -(("class" @keyword) (#set! conceal "")) +(("class" @keyword) (#set! conceal "󰆦")) (("enum" @keyword) (#set! conceal "")) (("extends" @keyword) (#set! conceal "")) (("final" @keyword) (#set! conceal "")) -(("final" @keyword) (#set! conceal "ﳼ")) -(("for" @keyword) (#set! conceal "ﳁ")) +(("for" @keyword) (#set! conceal "󰇘")) (("if" @keyword) (#set! conceal "")) (("implements" @keyword) (#set! conceal "")) (("import" @keyword) (#set! conceal "")) (("package" @keyword) (#set! conceal "📦")) -(("public" @keyword) (#set! conceal "")) +(("public" @keyword) (#set! conceal "󰧆")) (("return" @keyword) (#set! conceal "")) -(("static" @keyword) (#set! conceal "")) -(("switch" @keyword) (#set! conceal "")) -(("synchronized" @keyword) (#set! conceal "ﰦ")) +(("static" @keyword) (#set! conceal "󰟾")) +(("switch" @keyword) (#set! conceal "󰘬")) +(("synchronized" @keyword) (#set! conceal "󰜨")) (("try" @keyword) (#set! conceal "")) -(("while" @keyword) (#set! conceal "ﯩ")) +(("while" @keyword) (#set! conceal "󰇙")) ;; Common Variables (((this) @variable.builtin) (#set! conceal "")) diff --git a/mzte-nv/conf/queries/lua/highlights.scm b/mzte-nv/conf/queries/lua/highlights.scm index 701824e..95bf3c7 100644 --- a/mzte-nv/conf/queries/lua/highlights.scm +++ b/mzte-nv/conf/queries/lua/highlights.scm @@ -2,12 +2,12 @@ ;; Keywords (("else" @keyword) (#set! conceal "")) -(("for" @keyword) (#set! conceal "ﳁ")) +(("for" @keyword) (#set! conceal "󰇘")) (("function" @keyword) (#set! conceal "λ")) (("if" @keyword) (#set! conceal "")) (("local" @keyword) (#set! conceal "")) (("return" @keyword) (#set! conceal "")) -(("while" @keyword) (#set! conceal "ﯩ")) +(("while" @keyword) (#set! conceal "󰇙")) ;; Functions ((function_call name: (identifier) @function (#eq? @function "require")) (#set! conceal "")) diff --git a/mzte-nv/conf/queries/rust/highlights.scm b/mzte-nv/conf/queries/rust/highlights.scm index a42e859..5c47490 100644 --- a/mzte-nv/conf/queries/rust/highlights.scm +++ b/mzte-nv/conf/queries/rust/highlights.scm @@ -1,25 +1,25 @@ ; extends ;; Keywords -(("async" @keyword) (#set! conceal "ﰦ")) +(("async" @keyword) (#set! conceal "󰜨")) (("await" @keyword) (#set! conceal "")) (("dyn" @keyword) (#set! conceal "﫢")) (("else" @keyword) (#set! conceal "")) (("enum" @keyword) (#set! conceal "")) (("fn" @keyword) (#set! conceal "λ")) -(("for" @keyword) (#set! conceal "ﳁ")) +(("for" @keyword) (#set! conceal "󰇘")) (("if" @keyword) (#set! conceal "")) (("impl" @keyword) (#set! conceal "")) -(("in" @keyword) (#set! conceal "ﲒ")) +(("in" @keyword) (#set! conceal "")) (("let" @keyword) (#set! conceal "")) -(("loop" @keyword) (#set! conceal "ﯩ")) -(("match" @keyword) (#set! conceal "")) -(("pub" @keyword) (#set! conceal "")) +(("loop" @keyword) (#set! conceal "󰑓")) +(("match" @keyword) (#set! conceal "󰘬")) +(("pub" @keyword) (#set! conceal "󰧆")) (("return" @keyword) (#set! conceal "")) -(("struct" @keyword) (#set! conceal "")) +(("struct" @keyword) (#set! conceal "󰆦")) (("unsafe" @keyword) (#set! conceal "💣")) (("use" @keyword) (#set! conceal "")) -(("while" @keyword) (#set! conceal "ﯩ")) +(("while" @keyword) (#set! conceal "󰇙")) ;; Common Variables (((self) @variable.builtin) (#set! conceal "")) @@ -27,5 +27,5 @@ ;; Operators (("&" @operator) (#set! conceal "")) (("->" @operator) (#set! conceal "")) -(("=>" @operator) (#set! conceal "ﰲ")) +(("=>" @operator) (#set! conceal "󰧂")) (("?" @operator) (#set! conceal "")) diff --git a/mzte-nv/conf/queries/zig/highlights.scm b/mzte-nv/conf/queries/zig/highlights.scm index 1276d6a..0b1186a 100644 --- a/mzte-nv/conf/queries/zig/highlights.scm +++ b/mzte-nv/conf/queries/zig/highlights.scm @@ -1,21 +1,21 @@ ; extends ;; Keywords -(("async" @keyword) (#set! conceal "ﰦ")) +(("async" @keyword) (#set! conceal "󰜨")) (("const" @keyword) (#set! conceal "")) (("else" @keyword) (#set! conceal "")) (("enum" @keyword) (#set! conceal "")) (("fn" @keyword) (#set! conceal "λ")) -(("for" @keyword) (#set! conceal "ﳁ")) +(("for" @keyword) (#set! conceal "󰇘")) (("if" @keyword) (#set! conceal "")) -(("pub" @keyword) (#set! conceal "")) +(("pub" @keyword) (#set! conceal "󰧆")) (("return" @keyword) (#set! conceal "")) -(("struct" @keyword) (#set! conceal "")) -(("switch" @keyword) (#set! conceal "")) +(("struct" @keyword) (#set! conceal "󰆦")) +(("switch" @keyword) (#set! conceal "󰘬")) (("var" @keyword) (#set! conceal "")) -(("while" @keyword) (#set! conceal "ﯩ")) +(("while" @keyword) (#set! conceal "󰇙")) (("try" @keyword) (#set! conceal "")) -(("comptime" @keyword) (#set! conceal "ﳼ")) +(("comptime" @keyword) (#set! conceal "󰟾")) ;; Functions ((BUILTINIDENTIFIER) @include @@ -30,5 +30,5 @@ ;; Operators (("&" @operator) (#set! conceal "")) (("*" @operator) (#set! conceal "")) -(("=>" @operator) (#set! conceal "ﰲ")) -(("?" @operator) (#set! conceal "")) +(("=>" @operator) (#set! conceal "󰧂")) +(("?" @operator) (#set! conceal "")) diff --git a/scripts/prompt/src/prompt.zig b/scripts/prompt/src/prompt.zig index 49940ed..6f86521 100644 --- a/scripts/prompt/src/prompt.zig +++ b/scripts/prompt/src/prompt.zig @@ -18,7 +18,7 @@ const symbols = struct { const top_end = ""; const staged = ""; const unstaged = ""; - const home = ""; + const home = ""; const root = ""; const watch = ""; const jobs = "";