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 to enable for php and laravel? #54

Open
tonmoy998 opened this issue Jan 11, 2024 · 3 comments
Open

How to enable for php and laravel? #54

tonmoy998 opened this issue Jan 11, 2024 · 3 comments

Comments

@tonmoy998
Copy link

Here what I tried.
"emmet.includeLanguages": {
"vue-html": "html",
"javascript": "javascriptreact",
"php": "php"
},

@maxmx03
Copy link

maxmx03 commented Jan 17, 2024

this is how i did

 "emmet.includeLanguages": {
    "norg": "html",
    "markdown": "html"
  },
  "emmet.excludeLanguages": [],

in your case

"php": "html"

@tonmoy998
Copy link
Author

Thank you

@seriiserii825
Copy link

seriiserii825 commented Nov 12, 2024

And for blade?

  "emmet.includeLanguages": {
    "php": "html",
    "blade": "html",
    "vue": "html",
    "markdown": "html"
  },

it's working afte reopen file in vim

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

3 participants