Skip to content

Commit

Permalink
Adjust tests with tagged template strings
Browse files Browse the repository at this point in the history
Be a bit more lazy as scope changed from `meta.string.js`
to `meta.string.template.js`
in PR sublimehq/Packages#4020.
  • Loading branch information
deathaxe committed Oct 4, 2024
1 parent 0ce16ee commit 65a7a83
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/syntax_test_astro.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
// ^^^^^^^^ meta.tag.sgml.cdata.html meta.string.html - meta.interpolation
// ^^^^ meta.tag.sgml.cdata.html meta.string.html meta.interpolation.astro - meta.group
// ^^ meta.tag.sgml.cdata.html meta.string.html meta.interpolation.astro meta.group.js - meta.string meta.string
// ^^^^^^^^^^ meta.tag.sgml.cdata.html meta.string.html meta.interpolation.astro meta.group.js meta.string.js - meta.interpolation meta.interpolation
// ^^^^^^^^^^ meta.tag.sgml.cdata.html meta.string.html meta.interpolation.astro meta.group.js meta.string.js meta.interpolation.js
// ^^^^^^ meta.tag.sgml.cdata.html meta.string.html meta.interpolation.astro meta.group.js meta.string.js - meta.interpolation meta.interpolation
// ^^^^^^^^^^ meta.tag.sgml.cdata.html meta.string.html meta.interpolation.astro meta.group.js meta.string - meta.interpolation meta.interpolation
// ^^^^^^^^^^ meta.tag.sgml.cdata.html meta.string.html meta.interpolation.astro meta.group.js meta.string meta.interpolation.js
// ^^^^^^ meta.tag.sgml.cdata.html meta.string.html meta.interpolation.astro meta.group.js meta.string - meta.interpolation meta.interpolation
// ^^ meta.tag.sgml.cdata.html meta.string.html meta.interpolation.astro meta.group.js - meta.string meta.string
// ^^^ meta.tag.sgml.cdata.html meta.string.html meta.interpolation.astro - meta.group
// ^^^^^^^^ meta.tag.sgml.cdata.html meta.string.html
Expand All @@ -42,9 +42,9 @@
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.tsx.embedded.astro
// ^^ variable.function.js
// ^ punctuation.section.group.begin.js
// ^^^^^^^^^^ meta.string.html meta.string.js string.quoted.other.js
// ^^^^^^^^^^ meta.string.html meta.string.js meta.interpolation.js
// ^^^^^^ meta.string.html meta.string.js string.quoted.other.js
// ^^^^^^^^^^ meta.string.html meta.string string.quoted.other.js
// ^^^^^^^^^^ meta.string.html meta.string meta.interpolation.js
// ^^^^^^ meta.string.html meta.string string.quoted.other.js
// ^ punctuation.section.group.end.js
// ^ punctuation.terminator.statement.js
// ^ punctuation.section.interpolation.end.astro - source.tsx
Expand All @@ -66,7 +66,7 @@
// ^^^^^ entity.other.attribute-name
// ^ punctuation.separator.key-value
// ^ punctuation.section.interpolation.begin.astro - source.tsx
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.tsx.embedded.astro meta.string.js
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.tsx.embedded.astro meta.string
// ^^^^^^^^^ meta.interpolation.js
// ^^ punctuation.section.interpolation.begin.js
// ^ punctuation.section.interpolation.end.js
Expand Down

0 comments on commit 65a7a83

Please sign in to comment.