We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e179627 + f3ff60a commit 1c3615cCopy full SHA for 1c3615c
parsers/yaml.c
@@ -169,7 +169,7 @@ static void findYamlTags (void)
169
170
extern parserDefinition* YamlParser (void)
171
{
172
- static const char *const extensions [] = { "yml", NULL };
+ static const char *const extensions [] = { "yml", "yaml", NULL };
173
parserDefinition* const def = parserNew ("Yaml");
174
175
def->kindTable = YamlKinds;
0 commit comments