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

Combine multiple file types? #11

Open
seanfcastillo opened this issue Dec 4, 2019 · 1 comment
Open

Combine multiple file types? #11

seanfcastillo opened this issue Dec 4, 2019 · 1 comment

Comments

@seanfcastillo
Copy link

seanfcastillo commented Dec 4, 2019

I can't get glob to combine multiple file types. It seems to always choose one. Is this supported? I've tried the following configurations (my filetypes are .lua and .j)
"fileGlobs": ["**/*.[lj]*"] "fileGlobs": ["**/*.{lua,j}"] "fileGlobs": ["**/*.+{lua|j}"] "fileGlobs": ["**/*.lua","**/*.j" ]
I can't seem to get it to find multiple file types and combine them. Thanks.

@mariomui
Copy link
Contributor

You have a usecase to justify the feature request? My usecase is mainly markdown. And I pandoc any documents into one format so i can edit them with the proper tool.

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