Skip to content

Test new filename mappings #2238

@jrieken

Description

@jrieken

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*.bar to associate filenames to a language
  • full name matches have higher pro then glob pattern matches, gulpfile.js -> Foo-lang vs gulp*.js -> Bar-lang
  • the pattern is only applied to the name not path

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions