Skip to content

Commit

Permalink
feat: Add elixir and gleam syntaxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Dec 24, 2023
1 parent cf94035 commit e00ef39
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,20 @@ fn get_syntaxes() -> Result<()> {
files: vec!["LICENSE", "*.sublime-syntax"],
keep_folders: false
},
SyntaxDownload {
name: "elixir-sublime-syntax",
url:
"https://github.com/princemaple/elixir-sublime-syntax/archive/4fb01891dd17434dde42887bc821917a30f4e010.tar.gz",
files: vec!["LICENSE", "*.sublime-syntax"],
keep_folders: false
},
SyntaxDownload {
name: "sublime-text-gleam",
url:
"https://github.com/digitalcora/sublime-text-gleam/archive/0b032f78c9c4aec1c598da1d25c67ca21fa8c381.tar.gz",
files: vec!["LICENSE", "package/*.sublime-syntax"],
keep_folders: false
},
];

for download in downloads {
Expand Down

0 comments on commit e00ef39

Please sign in to comment.