Skip to content

Commit

Permalink
Update extensions to allow formatting .twig files
Browse files Browse the repository at this point in the history
  • Loading branch information
andyexeter committed Nov 21, 2023
1 parent 1ceabb4 commit f11e402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const languages: SupportLanguage[] = [
{
name: 'LiquidHTML',
parsers: [liquidHtmlLanguageName],
extensions: ['.liquid'],
vscodeLanguageIds: ['liquid', 'Liquid'],
extensions: ['.twig'],
vscodeLanguageIds: ['twig', 'Twig'],
},
];

Expand Down

0 comments on commit f11e402

Please sign in to comment.