Browse Source

Add Rust highlighting (#7125)

tags/v1.9.0-rc1
Rob Watson techknowlogick 6 years ago
parent
commit
e1dfb06dd4
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