Browse Source

Add Rust highlighting (#7125)

tags/v1.9.0-rc1
Rob Watson 6 years ago committed by techknowlogick
parent
commit
8bf405986e
  1. 1
      modules/highlight/highlight.go

1
modules/highlight/highlight.go

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

Loading…
Cancel
Save