diff --git a/.local.dic b/.local.dic index f34eb99b94..0b1e2f0dd4 100644 --- a/.local.dic +++ b/.local.dic @@ -109,6 +109,7 @@ instantiation Intellisense IntelliSense interop +integrations interoperable invokable invokables @@ -137,6 +138,7 @@ nav nav-bar Neovim NVDA +nvim-treesitter onboarding Orca page-crafter @@ -207,6 +209,7 @@ TalkBack teardown template-lifecycle-dom-and-modifiers templating +TextMate todo todos tooltip @@ -237,6 +240,7 @@ VM VoiceOver voilà Voilà +vscode-glimmer-syntax websocket working-with-html-css-and-javascript yay diff --git a/guides/release/components/template-tag-format.md b/guides/release/components/template-tag-format.md new file mode 100644 index 0000000000..0336b69a06 --- /dev/null +++ b/guides/release/components/template-tag-format.md @@ -0,0 +1,329 @@ +The template tag format is a powerful, new way to write components in Ember. It's a single-file format that combines the component's JavaScript and Glimmer template code. The `