From 0ad3872fde6729591f8d3c6fe8bb66106754ecef Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Fri, 5 Jun 2020 18:19:52 +0200 Subject: html: Highlight (quoted_attribute_value) as @string --- queries/html/highlights.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/queries/html/highlights.scm b/queries/html/highlights.scm index 8caa0a73..582e1e46 100644 --- a/queries/html/highlights.scm +++ b/queries/html/highlights.scm @@ -3,6 +3,7 @@ (doctype) @constant (attribute_name) @property (attribute_value) @string +(quoted_attribute_value) @string (comment) @comment "=" @operator -- cgit v1.2.3