yamlinc icon indicating copy to clipboard operation
yamlinc copied to clipboard

Commented out $include should still work

Open SmithKevin opened this issue 5 years ago • 0 comments

In some yml usages (Swagger/OpenAPI), it is very strict on what tags you can use. My goal is to have my base file still be a valid Swagger while decorating endpoints with external files. If instead of $include it was #include or even #$include then swagger would see it as a comment while the tool would correctly import what it needs.

IS it possible to make the$include string be customizable?

SmithKevin avatar Apr 30 '19 00:04 SmithKevin