astro-vscode 2.5.3 → 2.5.6

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.
@@ -18,7 +18,7 @@
18
18
  { "open": "<!--", "close": " -->", "notIn": ["comment", "string"] },
19
19
  { "open": "/**", "close": " */", "notIn": ["string"] }
20
20
  ],
21
- "autoCloseBefore": ";:.,=}])>` \n\t",
21
+ "autoCloseBefore": ";:.,=}])><` \n\t",
22
22
  "surroundingPairs": [
23
23
  { "open": "'", "close": "'" },
24
24
  { "open": "\"", "close": "\"" },
package/package.json CHANGED
@@ -24,7 +24,7 @@
24
24
  "color": "#17191E",
25
25
  "theme": "dark"
26
26
  },
27
- "version": "2.5.3",
27
+ "version": "2.5.6",
28
28
  "author": "withastro",
29
29
  "license": "MIT",
30
30
  "publisher": "astro-build",
@@ -208,7 +208,7 @@
208
208
  ]
209
209
  },
210
210
  "devDependencies": {
211
- "@astrojs/language-server": "^2.5.3",
211
+ "@astrojs/language-server": "^2.5.4",
212
212
  "@astrojs/ts-plugin": "^1.3.1",
213
213
  "@types/glob": "^8.1.0",
214
214
  "@types/mocha": "^10.0.1",
@@ -509,6 +509,9 @@
509
509
  "patterns": [
510
510
  {
511
511
  "include": "source.tsx#template-substitution-element"
512
+ },
513
+ {
514
+ "include": "source.tsx#string-character-escape"
512
515
  }
513
516
  ]
514
517
  }
@@ -350,6 +350,7 @@ repository:
350
350
  name: string.template.astro
351
351
  patterns:
352
352
  - include: 'source.tsx#template-substitution-element'
353
+ - include: 'source.tsx#string-character-escape'
353
354
 
354
355
  # ------
355
356
  # TAGS