tree-sitter-htmlx 0.1.9

Tree-sitter grammar for HTMLX (expression-enhanced HTML)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="container">
<!-- <- punctuation.bracket -->
 <!-- <- tag -->
<!--  ^^^^^ attribute -->
<!--        ^^^^^^^^^ string -->
</div>

<MyComponent />
 <!-- <- type -->

<UI.Button />
 <!-- <- type -->

<svelte:head></svelte:head>
 <!-- <- keyword -->
<!--   ^ punctuation.delimiter -->
<!--    ^^^^ tag -->