Support .rs.in as a file extension for Rust files.

When using syntax extensions in stable or beta Rust channels using the syntex package, it is common to use the file extension .rs.in for the source file, and .rs for the generated file.
This commit is contained in:
Robert Clipsham
2016-01-11 19:15:01 +00:00
parent 470bd34349
commit 0b9897db1f

View File

@@ -3081,6 +3081,7 @@ Rust:
color: "#dea584"
extensions:
- .rs
- .rs.in
ace_mode: rust
SAS: