Skip to content

Add command set the scheme to use the current buffer  #37

Description

@gozes

At work, we use a lot of AWS Cloudformation but put yaml files in a folder and name the file based on their use for example template-main for the main stack and template-s3 for an s3 bucket that the main stack will reference.
This means fileMatcher expression for cloud formation files will never match.

it would be great if this plugin had something like :SchemaStoreUse "AWS CloudFormation" so that I can "focre" it to use a given schema by name for the current buffer or allow appending to the fileMatcher in the configuration so that something like the below works

{
name = "AWS CloudFormation",
match = { "cloudformatoin/*.{yml, yaml}",},
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions