Skip to content
New issue

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

How can expand type in script tag? #545

Open
hwypengsir opened this issue Nov 20, 2022 · 0 comments
Open

How can expand type in script tag? #545

hwypengsir opened this issue Nov 20, 2022 · 0 comments

Comments

@hwypengsir
Copy link

hwypengsir commented Nov 20, 2022

In my emmet ,

"script" expanded into '<script></script>'
"script:src" expanded into '<script src=""></script>'

The code snippet in emmet.vim is as below:

\            'script': g:emmet_html5 ? [] : [{'type': 'text/javascript'}],
\            'script:src': (g:emmet_html5 ? [] : [{'type': 'text/javascript'}]) + [{'src': ''}],

How can trigger this kind of expanding?

"script" expanded into '<script type="text/javascript"></script>'
"script:src" expanded into '<script src="" type="text/javascript></script>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant