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