all repos — desert-witch.nvim @ 80f26eaa8949e5fce33b0bb4b89dd615b512ce9a

An earthy, mystical color palette for neovim

fix: QMLLS ternary operator highlighting
trickyni trickyniv56@gmail.com
Tue, 16 Dec 2025 21:39:48 +0200
commit

80f26eaa8949e5fce33b0bb4b89dd615b512ce9a

parent

5651f56fc9b70a6f639c679d24262e7a77a92975

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M lua/desert-witch/init.lualua/desert-witch/init.lua

@@ -232,7 +232,8 @@ --["@tag.builtin"]={},

["@tag.attribute"] = { fg = saffron }, --["@tag.delimiter"]={}, - ["@lsp.type.operator"] = { link = "@keyword.conditional.ternary" }, + ["@lsp.type.operator"] = { fg = scarlet }, + ["@lsp.type.operator.qml"] = { fg = scarlet }, --Diagnostics---------------------------------------- DiagnosticError = { fg = scarlet },