summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyan Yazdani <yazdani.kiyan@protonmail.com>2020-06-05 19:01:29 +0200
committerGitHub <noreply@github.com>2020-06-05 19:01:29 +0200
commita76c7b3b7040d01460f1a364bb9bbb82d5ec40d4 (patch)
tree885c791c261a042b03bda7527607bd956e7bfd37
parentc934ea694cbd8a96fae23aad4406819797e9df45 (diff)
parent0ad3872fde6729591f8d3c6fe8bb66106754ecef (diff)
Merge pull request #75 from theHamsta/html-quoted_attribute_value
html: Highlight (quoted_attribute_value) as @string
-rw-r--r--queries/html/highlights.scm1
1 files changed, 1 insertions, 0 deletions
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