Fix code-language conversion (json
, plaintext
)
This commit is contained in:
parent
c28b6ce7d1
commit
e880448ba5
1 changed files with 1 additions and 3 deletions
|
@ -41,8 +41,6 @@
|
||||||
{{ 'Perl' }}
|
{{ 'Perl' }}
|
||||||
{% when 'php','php3','php4','php5' %}
|
{% when 'php','php3','php4','php5' %}
|
||||||
{{ 'PHP' }}
|
{{ 'PHP' }}
|
||||||
{% when 'plaintext', 'text' %}
|
|
||||||
{{ 'Text' }}
|
|
||||||
{% when 'py' %}
|
{% when 'py' %}
|
||||||
{{ 'Python' }}
|
{{ 'Python' }}
|
||||||
{% when 'rb' %}
|
{% when 'rb' %}
|
||||||
|
@ -65,7 +63,7 @@
|
||||||
{{ 'Vue.js' }}
|
{{ 'Vue.js' }}
|
||||||
{% when 'yml' %}
|
{% when 'yml' %}
|
||||||
{{ 'YAML' }}
|
{{ 'YAML' }}
|
||||||
{% when 'css', 'html', 'scss', 'ssh', 'toml', 'xml', 'yaml' %}
|
{% when 'css', 'html', 'scss', 'ssh', 'toml', 'xml', 'yaml', 'json' %}
|
||||||
{{ _lang | upcase }}
|
{{ _lang | upcase }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ _lang | capitalize }}
|
{{ _lang | capitalize }}
|
||||||
|
|
Loading…
Reference in a new issue