We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is for #1851 which add support for glob patterns when associating filenames to a language (for reference: https://code.visualstudio.com/docs/extensionAPI/extension-points#_contributeslanguages). Make sure that
foo*.bar
gulpfile.js -> Foo-lang
gulp*.js -> Bar-lang
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is for #1851 which add support for glob patterns when associating filenames to a language (for reference: https://code.visualstudio.com/docs/extensionAPI/extension-points#_contributeslanguages). Make sure that
foo*.bar
to associate filenames to a languagegulpfile.js -> Foo-lang
vsgulp*.js -> Bar-lang
The text was updated successfully, but these errors were encountered: