From 7ada6d81ebbc8c663559755e410e669acb75f2e6 Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Sun, 21 Dec 2025 00:02:49 +0300 Subject: [PATCH] Add YAML schema-based linting and validation Integrates js-yaml for parsing and adds comprehensive YAML linting with schema-based type checking, duplicate key detection, and improved error reporting. Refactors and extends parsing utilities, enhances completion logic, and introduces a schema tools abstraction for type and property resolution. --- www/config.html | 507 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 489 insertions(+), 18 deletions(-) diff --git a/www/config.html b/www/config.html index 9b973f80..8e50f340 100644 --- a/www/config.html +++ b/www/config.html @@ -29,6 +29,7 @@
+