Skip to content

Commit 135e311

Browse files
committed
fix
1 parent 3c2fefe commit 135e311

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

tests/syntax_test_scopes.component.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,22 +1393,22 @@
13931393
-->
13941394

13951395
{{ { a: 1, ...obj, b: 2 } }}
1396-
<!-- ^ punctuation.section.mapping.begin.ngx -->
1397-
<!-- ^^^^^^^^^^^^^^^^^^^^^ meta.mapping.ngx -->
1398-
<!-- ^ meta.mapping.key.ngx meta.string.ngx string.unquoted.ngx -->
1399-
<!-- ^ punctuation.separator.mapping.key-value.ngx -->
1400-
<!-- ^ meta.number.integer.decimal.ngx constant.numeric.value.ngx -->
1401-
<!-- ^ punctuation.separator.mapping.pair.ngx -->
1402-
<!-- ^^^ keyword.operator.spread.ngx -->
1403-
<!-- ^^^ variable.other.readwrite.ngx -->
1404-
<!-- ^ punctuation.separator.mapping.pair.ngx -->
1405-
<!-- ^ meta.mapping.key.ngx meta.string.ngx string.unquoted.ngx -->
1406-
<!-- ^ punctuation.separator.mapping.key-value.ngx -->
1407-
<!-- ^ meta.number.integer.decimal.ngx constant.numeric.value.ngx -->
1408-
<!-- ^ punctuation.section.mapping.end.ngx -->
1396+
<!-- ^ punctuation.section.mapping.begin.ngx -->
1397+
<!-- ^^^^^^^^^^^^^^^^^^^^^^ meta.mapping.ngx -->
1398+
<!-- ^ meta.mapping.key.ngx meta.string.ngx string.unquoted.ngx -->
1399+
<!-- ^ punctuation.separator.mapping.key-value.ngx -->
1400+
<!-- ^ meta.number.integer.decimal.ngx constant.numeric.value.ngx -->
1401+
<!-- ^ punctuation.separator.mapping.pair.ngx -->
1402+
<!-- ^^^ keyword.operator.spread.ngx -->
1403+
<!-- ^^^ variable.other.readwrite.ngx -->
1404+
<!-- ^ punctuation.separator.mapping.pair.ngx -->
1405+
<!-- ^ meta.mapping.key.ngx meta.string.ngx string.unquoted.ngx -->
1406+
<!-- ^ punctuation.separator.mapping.key-value.ngx -->
1407+
<!-- ^ meta.number.integer.decimal.ngx constant.numeric.value.ngx -->
1408+
<!-- ^ punctuation.section.mapping.end.ngx -->
14091409

14101410
{{ { ...defaults } }}
1411-
<!-- ^^^^^^^^^^^^^^ meta.mapping.ngx -->
1411+
<!-- ^^^^^^^^^^^^^^^ meta.mapping.ngx -->
14121412
<!-- ^^^ keyword.operator.spread.ngx -->
14131413
<!-- ^^^^^^^^ variable.other.readwrite.ngx -->
14141414

0 commit comments

Comments
 (0)