@astrojs/language-server 2.6.2 → 2.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -183,7 +183,17 @@ exports.astroAttributes = (0, vscode_html_languageservice_1.newHTMLDataProvider)
183
183
  },
184
184
  {
185
185
  name: 'transition:name',
186
- description: 'Specifies a `view-transition-name` for this element. The name should be unique on the page.',
186
+ description: 'Specifies a `view-transition-name` for this element. The name must be unique on the page.',
187
+ references: [
188
+ {
189
+ name: 'Astro reference',
190
+ url: 'https://docs.astro.build/en/guides/view-transitions/#transition-directives',
191
+ },
192
+ ],
193
+ },
194
+ {
195
+ name: 'transition:persist',
196
+ description: 'Marks this element to be moved to the next page during view transitions.',
187
197
  references: [
188
198
  {
189
199
  name: 'Astro reference',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrojs/language-server",
3
- "version": "2.6.2",
3
+ "version": "2.6.3",
4
4
  "author": "withastro",
5
5
  "license": "MIT",
6
6
  "repository": {