abelljs / abelljs/vscode-abell-language-features
AutoCompletion Breaks when you add `<style></style>` attribute in abell file
Open
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Paste this content in a new `xyz.abell` file. The autocomplete inside abell blocks will break.
```vue
{{
import something from './all-vite.abell';
}}
header {
display: flex;
}
```
It stops autocompleting the component names
Contributor guide
Assessment
This issue has not been assessed yet.