diff --git a/src/utils/glimmer-template.ts b/src/utils/glimmer-template.ts index af7187d5..7d70c725 100644 --- a/src/utils/glimmer-template.ts +++ b/src/utils/glimmer-template.ts @@ -39,7 +39,7 @@ export function getFocusPath( return null; } - const isHBS = ext === '.hbs' || document.languageId === 'handlebars'; + const isHBS = ext === '.hbs' || document.languageId === 'html' || document.languageId === 'handlebars' || document.languageId === 'html.handlebars'; const originalText = isHBS ? documentContent