From 2ea63d9adda05f82d0db129640fc5989add02607 Mon Sep 17 00:00:00 2001 From: Aleksandr Kanunnikov Date: Thu, 1 Apr 2021 14:10:18 +0300 Subject: [PATCH] feat: Namespace components (batman syntax) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f271ceb9..223adcfd 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,9 @@ All features currently only work in Ember CLI application that use the default c - Component imports (from addons) - Namespace components (batman syntax) -- Route autocompletion in `link-to` +- Route autocompletion in `link-to` and `` components. - Diagnostics for `ember-template-lint` (if it is included in a project) +- `ember-template-lint` template fixes support (if exists). - Workspaces support ## Editor Plugins