Add Rust & Rename TypeScript to TS (#111)
* feat(highlight): Add 'rs' alias * chore(highlight): TypeScript → TS
This commit is contained in:
parent
09133a753f
commit
d3e37b310d
|
@ -144,7 +144,7 @@ article.md .highlight
|
||||||
content: "Python"
|
content: "Python"
|
||||||
&.php .code:before
|
&.php .code:before
|
||||||
content: "PHP"
|
content: "PHP"
|
||||||
&.rust .code:before
|
&.rust .code:before,&.rs .code:before
|
||||||
content: "Rust"
|
content: "Rust"
|
||||||
&.sql .code:before
|
&.sql .code:before
|
||||||
content: "SQL"
|
content: "SQL"
|
||||||
|
@ -154,8 +154,8 @@ article.md .highlight
|
||||||
content: "Makefile"
|
content: "Makefile"
|
||||||
&.go .code:before
|
&.go .code:before
|
||||||
content: "Go"
|
content: "Go"
|
||||||
&.typescript .code:before
|
&.typescript .code:before,&.ts .code:before
|
||||||
content: "TypeScript"
|
content: "TS"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue