mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-07 20:08:48 +00:00
First stab at adding support for Rust.
This commit is contained in:
@@ -721,6 +721,12 @@ Ruby:
|
||||
- Thorfile
|
||||
- Gemfile
|
||||
|
||||
Rust:
|
||||
type: programming
|
||||
extensions:
|
||||
- .rs
|
||||
- .rc
|
||||
|
||||
SQL:
|
||||
type: data
|
||||
searchable: false
|
||||
|
||||
@@ -55,4 +55,5 @@ text/plain @cu,cxx
|
||||
text/x-nimrod @nim
|
||||
text/x-ocaml @ml,mli,mll,mly,sig,sml
|
||||
text/x-nemerle @n
|
||||
text/x-rust @rs,rc
|
||||
text/x-scheme @rkt,scm,sls,sps,ss
|
||||
|
||||
Reference in New Issue
Block a user