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 0b3c99f commit cd0f60dCopy full SHA for cd0f60d
1 file changed
identify/extensions.py
@@ -55,6 +55,7 @@
55
'cxx': {'text', 'c++'},
56
'cxxm': {'text', 'c++'},
57
'cylc': {'text', 'cylc'},
58
+ 'd': {'text', 'd'},
59
'dart': {'text', 'dart'},
60
'dbc': {'text', 'dbc'},
61
'def': {'text', 'def'},
@@ -309,6 +310,7 @@
309
310
'xsd': {'text', 'xml', 'xsd'},
311
'xsl': {'text', 'xml', 'xsl'},
312
'xslt': {'text', 'xml', 'xsl'},
313
+ 'vala': {'text', 'vala'},
314
'yaml': {'text', 'yaml'},
315
'yamlld': {'text', 'yaml', 'yamlld'},
316
'yang': {'text', 'yang'},
0 commit comments