Skip to content

How to add .marko files #366

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

Open
toni-css opened this issue Oct 27, 2021 · 1 comment
Open

How to add .marko files #366

toni-css opened this issue Oct 27, 2021 · 1 comment

Comments

@toni-css
Copy link

Hi!

I'm trying use intellisense in a .marko file, trying add it as a 'html-css-class-completion.HTMLLanguages' but it doesn't works

"git.autofetch": true, "explorer.compactFolders": false, "cSpell.enableFiletypes": [ "marko" ], "window.zoomLevel": 1, "html-css-class-completion.includeGlobPattern": "**/*.{css,html,marko}" }

Can you help me?

Thanks!

@DerDemystifier
Copy link

DerDemystifier commented Feb 11, 2023

It doesn't seem to work for me either. Tried adding Jinja, no matter how I change the setting, it doesn't work :/

SOLVED: Should've wrote

        "jinja-html"
    ],

Don't know why it's not working for you though, you should just add it to the 'html-css-class-completion.HTMLLanguages' array and that's it. No need to add "marko" anywhere else. It should work.

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

2 participants