fix: QMLLS ternary operator highlighting
trickyni trickyniv56@gmail.com
Tue, 16 Dec 2025 21:39:48 +0200
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
lua/desert-witch/init.lua
→
lua/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 },