diff --git a/tests/syntax_test_style.astro b/tests/syntax_test_style.astro index 5576a6c..8fb30b6 100644 --- a/tests/syntax_test_style.astro +++ b/tests/syntax_test_style.astro @@ -291,7 +291,7 @@ h1 { background-color: var(--backgroundColor); // ^^^^^^^^^^^^^^^^^ variable.other.custom-property.css - color: var(--textColor); +; color: var(--textColor); // ^^^^^^^^^^^ variable.other.custom-property.css }