-
Notifications
You must be signed in to change notification settings - Fork 85
Support for Laravel Blade file extension #95
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
Conversation
src/extension.ts
Outdated
|
|
||
| extensions.forEach((extension) => { | ||
| context.subscriptions.push( | ||
| provideCompletionItemsGenerator(extension, htmlRegex) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same regex can't be applied to all the extensions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, I didn’t spot that and will amend. Thanks.
|
Thanks for the contribution, but can you fix that mistake? |
|
Hi @zignd. Changes have now been implemented and jsx and html regex are applied to correct extensions. Please let me know if I missed anything. Thanks. |
|
Good to go now! I will release a new version with the change in a moment. |
|
Still got the same problem. Was it solved? What do I have to do? |
Resolves #83