Skip to content

Commit

Permalink
[YAML] Replace entity.name.tag with meta.mapping.key (#2564)
Browse files Browse the repository at this point in the history
Co-authored-by: DeathAxe <[email protected]>
  • Loading branch information
FichteFoll and deathaxe authored Feb 28, 2022
1 parent afbc8c5 commit 987f616
Show file tree
Hide file tree
Showing 4 changed files with 290 additions and 177 deletions.
6 changes: 3 additions & 3 deletions PHP/tests/syntax_test_php.php
Original file line number Diff line number Diff line change
Expand Up @@ -1935,12 +1935,12 @@ function generate2()
// ^^^ entity.name.tag.heredoc
one: two
//^^^^^^ meta.embedded.yaml source.yaml
//^ string.unquoted.plain.out entity.name.tag
//^ meta.mapping.key string
// ^ punctuation.separator.key-value.mapping
// ^^^ string.unquoted.plain.out
// ^^^ string
three: "$four"
//^^^^^^^^^^^^ meta.embedded.yaml source.yaml
//^^^ string.unquoted.plain.out entity.name.tag
//^^^ meta.mapping.key string
// ^ punctuation.separator.key-value.mapping
// ^^^^^^^ string.quoted.double
// ^^^^^ variable.other.php
Expand Down
Loading

0 comments on commit 987f616

Please sign in to comment.