We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related: #123
for example:
topic/ demos/ my-demo-a.md
in my-demo-a.md, if we have:
```hbs template // ... ``` ```js component // ... ```
we should also be able to have:
topic/ demos/ my-demo-a/ index.hbs index.js
or
topic/ demos/ my-demo-a.hbs my-demo-a.js
motivation being here is that we get more native tooling for editors that don't yet have (or have good) support for embedded languages.
Additionally, this would allow folks to have any module co-located with their demos (which could be useful for sample data)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related: #123
for example:
in my-demo-a.md, if we have:
we should also be able to have:
or
motivation being here is that we get more native tooling for editors that don't yet have (or have good) support for embedded languages.
Additionally, this would allow folks to have any module co-located with their demos (which could be useful for sample data)
The text was updated successfully, but these errors were encountered: