Skip to content

Commit

Permalink
Add os-release syntax mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Jun 1, 2023
1 parent 7639e8b commit f8c7000
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/syntax_mapping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ impl<'a> SyntaxMapping<'a> {
MappingTarget::MapTo("Bourne Again Shell (bash)"),
)
.unwrap();
mapping
.insert(
"os-release",
MappingTarget::MapTo("Bourne Again Shell (bash)"),
)
.unwrap();
mapping
.insert("*.pac", MappingTarget::MapTo("JavaScript (Babel)"))
.unwrap();
Expand Down

0 comments on commit f8c7000

Please sign in to comment.