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

Support Vuejs file (fix #6290) #6317

Merged
merged 2 commits into from
May 23, 2016
Merged

Conversation

Ikuyadeu
Copy link
Contributor

fix #6290.
Vuejs file is like HTML.
And this related #6191 and #4700.

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @Tyriar and @egamma to be potential reviewers

@be5invis
Copy link
Contributor

@yyx990803 Is that really appropriate?

@yyx990803
Copy link

I guess it doesn't hurt as long as it doesn't interfere when the user explicitly installs https://github.com/LiuJi-Jim/vscode-vue

@@ -11,7 +11,7 @@ import ConfigurationRegistry = require('vs/platform/configuration/common/configu

ModesRegistry.registerCompatMode({
id: 'html',
extensions: ['.html', '.htm', '.shtml', '.mdoc', '.jsp', '.asp', '.aspx', '.jshtm'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it a problem that .xhtml isn't here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Tyriar Thank you. Now, I added .xhtml.

@aeschli aeschli merged commit 0043a26 into microsoft:master May 23, 2016
@aeschli
Copy link
Contributor

aeschli commented May 23, 2016

I tested the fix togther with the https://github.com/LiuJi-Jim/vscode-vue extension.
Unfortunately it seems HTML wins. Therefor I reverted the fix again.
Users can always associate the vue extension the html in the file association setting.

@Ikuyadeu Ikuyadeu deleted the supportVue branch May 24, 2016 00:38
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enable emmet in vuejs file ".vue"
8 participants