Browse Source

Add Rust highlighting (#7125)

for-closed-social
Rob Watson 5 years ago
committed by techknowlogick
parent
commit
8bf405986e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/highlight/highlight.go

+ 1
- 0
modules/highlight/highlight.go View File

@ -51,6 +51,7 @@ var (
".php": {},
".py": {},
".rb": {},
".rs": {},
".scss": {},
".sql": {},
".scala": {},

Loading…
Cancel
Save