🐛 Prevent unkown tokens hint always showing

This commit is contained in:
Florian Schroedl 2025-05-20 09:51:21 +02:00 committed by Andrés Moya
parent 1bc97f9ad0
commit 4a27e8d1dd

View file

@ -844,7 +844,7 @@
(if (and (not (some? token-type)) (some? token-type-str))
(assoc unknown-tokens child-path token-type-str)
unknown-tokens)))))
{}
nil
tokens)))
(defn flatten-nested-tokens-json