diff --git a/identify/extensions.py b/identify/extensions.py index 5d49d87..fe85880 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -55,6 +55,7 @@ 'cxx': {'text', 'c++'}, 'cxxm': {'text', 'c++'}, 'cylc': {'text', 'cylc'}, + 'd': {'text', 'd'}, 'dart': {'text', 'dart'}, 'dbc': {'text', 'dbc'}, 'def': {'text', 'def'}, @@ -309,6 +310,7 @@ 'xsd': {'text', 'xml', 'xsd'}, 'xsl': {'text', 'xml', 'xsl'}, 'xslt': {'text', 'xml', 'xsl'}, + 'vala': {'text', 'vala'}, 'yaml': {'text', 'yaml'}, 'yamlld': {'text', 'yaml', 'yamlld'}, 'yang': {'text', 'yang'},