Add Zephir support

This commit is contained in:
Serghei Iakovlev 2019-12-20 12:47:20 +02:00
parent 965f71dcbc
commit 328afb27d3
No known key found for this signature in database
GPG key ID: C6AF1016BBDEA800
2 changed files with 5 additions and 1 deletions

View file

@ -138,7 +138,8 @@ lang_spec_t langs[] = {
{ "wsdl", { "wsdl" } },
{ "wadl", { "wadl" } },
{ "xml", { "xml", "dtd", "xsl", "xslt", "xsd", "ent", "tld", "plist", "wsdl" } },
{ "yaml", { "yaml", "yml" } }
{ "yaml", { "yaml", "yml" } },
{ "zephir", { "zep" } }
};
size_t get_lang_count() {

View file

@ -408,3 +408,6 @@ Language types are output:
--yaml
.yaml .yml
--zephir
.zep