mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 06:20:01 -04:00
18 lines
484 B
Text
18 lines
484 B
Text
|
|
property = afx`
|
||
|
|
<!-- some comment -->
|
||
|
|
<!-- ^@comment -->
|
||
|
|
|
||
|
|
<div attribute="value">text</div>
|
||
|
|
<!-- ^@tag -->
|
||
|
|
<!-- ^@tag.attribute -->
|
||
|
|
<!-- ^@string -->
|
||
|
|
<!-- ^@punctuation.bracket -->
|
||
|
|
<!-- ^@tag -->
|
||
|
|
|
||
|
|
<Namespace:Type {...spread} some={(a) => true} />
|
||
|
|
<!-- ^@tag -->
|
||
|
|
<!-- ^@variable -->
|
||
|
|
<!-- ^@variable -->
|
||
|
|
<!-- ^@boolean -->
|
||
|
|
`
|