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

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

Open
gozes opened this issue Aug 1, 2024 · 0 comments
Open

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

gozes opened this issue Aug 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@gozes
Copy link

gozes commented Aug 1, 2024

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}",},
}
@b0o b0o added the enhancement New feature or request label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants