Update index.html
This commit is contained in:
parent
680303d41d
commit
2f8cd93669
1 changed files with 14 additions and 0 deletions
14
index.html
14
index.html
|
@ -291,6 +291,20 @@
|
||||||
return "css";
|
return "css";
|
||||||
case "md":
|
case "md":
|
||||||
return "markdown";
|
return "markdown";
|
||||||
|
case "rs":
|
||||||
|
return "rust";
|
||||||
|
case "go"
|
||||||
|
return "go";
|
||||||
|
case "cpp":
|
||||||
|
return "cpp";
|
||||||
|
case "h":
|
||||||
|
return "cpp";
|
||||||
|
case "json":
|
||||||
|
return "json";
|
||||||
|
case "xml":
|
||||||
|
return "xml";
|
||||||
|
case "py":
|
||||||
|
return "python";
|
||||||
default:
|
default:
|
||||||
return "text/plain";
|
return "text/plain";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue