Skip to content

Commit 8698a9e

Browse files
committed
support GDScript codeblocks
1 parent 47845e6 commit 8698a9e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sass/parts/_code.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ $language-colors: (
3131
"clojure": (#5881d8, "Clojure"),
3232
"sql": (#ffcc00, "SQL"),
3333
"bash": (#4eaa25, "Bash"),
34-
"text": (#151b23, "Text")
34+
"text": (#151b23, "Text"),
35+
"gd": (#3c76a2, "GDScript")
3536
);
3637

3738
@function get-text-color($color) {

0 commit comments

Comments
 (0)