-
Notifications
You must be signed in to change notification settings - Fork 36.3k
Closed
Labels
Milestone
Description
- any OS @bpasero
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
- you can define a glob pattern, like
foo*.barto associate filenames to a language - full name matches have higher pro then glob pattern matches,
gulpfile.js -> Foo-langvsgulp*.js -> Bar-lang - the pattern is only applied to the name not path