Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
harrydowning committed Sep 14, 2024
1 parent 6f73620 commit 04a6d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/injection-grammar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class InjectionGrammar extends Writable {
{
begin: `#\\s*${packageJson.name}\\s*$`,
beginCaptures: {
"0": { name: "entity.name.type.yaml" },
0: { name: "entity.name.type.yaml" },
},
patterns: [{ include: this.injectionScopeName }],
},
Expand Down

0 comments on commit 04a6d80

Please sign in to comment.