amuletml / amulet

An ML-like functional programming language
https://amulet.works/
BSD 3-Clause "New" or "Revised" License
328 stars 16 forks source link

More unique filename extension? #237

Closed Lupus closed 5 years ago

Lupus commented 5 years ago

.ml is typically associated with OCaml code. Installing vscode extension for amulet will fight for .ml files. I had to use different extension, so that reason-language-server is not confused with amulet sources, and thus patch amulet vscode extension to match the new extension. I've chosen '.aml`, which I think makes sense, but any other will be fine.