tree-sitters/html/test/highlight/self-closing.html

16 lines
351 B
HTML
Raw Permalink Normal View History

2023-12-11 19:48:31 +01:00
<input />
<!-- <- punctuation.bracket -->
<!-- ^ tag -->
<input type="submit" readonly />
<!-- ^^^^ attribute -->
<input type="submit" readonly />
<!-- ^^^^^^ string -->
<input type="submit" readonly />
<!-- ^^^^^^^^ attribute -->
<input type="submit" readonly />
<!-- ^^ punctuation.bracket -->