Skip to content

Commit

Permalink
Adds Rust to syntax (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
colindean authored and aknysh committed Apr 27, 2018
1 parent 7fc1d58 commit 8e68aee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contrib/syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,11 @@ swift:
open: '/*\n'
close: ' */\n\n'
prefix: ' * '

rust:
ext: ['.rs']
comment:
open: '/*\n'
close: ' */\n\n'
prefix: ' * '

0 comments on commit 8e68aee

Please sign in to comment.