mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-27 12:00:04 +08:00
18 lines
484 B
Plaintext
18 lines
484 B
Plaintext
|
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 -->
|
||
|
`
|