Add Rust & Rename TypeScript to TS (#111)

* feat(highlight): Add 'rs' alias

* chore(highlight): TypeScript → TS
This commit is contained in:
pan93412 2022-08-15 20:09:37 +08:00 committed by GitHub
parent 09133a753f
commit d3e37b310d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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"