Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh authored and astrobot-houston committed Mar 14, 2024
1 parent 79b7968 commit 2a1bb02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ describe('TypeScript - Organize & Sort Imports', () => {
edits: [
{
newText: '',
range: Range.create(4, 0, 5, 0)
range: Range.create(4, 0, 5, 0),
},
{
newText: '',
range: Range.create(6, 0, 7, 0),
},
],
textDocument: {
uri: document.uri + "?virtualCodeId=tsx",
uri: document.uri + '?virtualCodeId=tsx',
version: null,
},
},
Expand Down
4 changes: 1 addition & 3 deletions packages/vscode/syntaxes/astro.tmLanguage.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"name": "Astro",
"scopeName": "source.astro",
"fileTypes": [
"astro"
],
"fileTypes": ["astro"],
"injections": {
"L:(meta.script.astro) (meta.lang.json) - (meta source)": {
"patterns": [
Expand Down

0 comments on commit 2a1bb02

Please sign in to comment.