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.
1 parent e179627 commit f3ff60aCopy full SHA for f3ff60a
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