We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb91a0 commit 5cd1010Copy full SHA for 5cd1010
grammar.js
@@ -124,7 +124,7 @@ module.exports = grammar({
124
125
attribute_name: _ => /[^<>"'/=\s]+/,
126
127
- attribute_value: _ => /[^<>"'=\s]+/,
+ attribute_value: _ => /[^<>"'=\s][^>\s]*/,
128
129
// An entity can be named, numeric (decimal), or numeric (hexacecimal). The
130
// longest entity name is 29 characters long, and the HTML spec says that
0 commit comments