diff --git a/source/css/_common/highlight.styl b/source/css/_common/highlight.styl index dbbe6d6..2c33c5c 100644 --- a/source/css/_common/highlight.styl +++ b/source/css/_common/highlight.styl @@ -144,7 +144,7 @@ article.md .highlight content: "Python" &.php .code:before content: "PHP" - &.rust .code:before + &.rust .code:before,&.rs .code:before content: "Rust" &.sql .code:before content: "SQL" @@ -154,8 +154,8 @@ article.md .highlight content: "Makefile" &.go .code:before content: "Go" - &.typescript .code:before - content: "TypeScript" + &.typescript .code:before,&.ts .code:before + content: "TS"