From 430d5683f018b6ee40ce6dad154ac1b1a6bac9f4 Mon Sep 17 00:00:00 2001 From: Anthony Fuller Date: Wed, 19 Jun 2024 16:51:09 +0100 Subject: [PATCH 1/2] Clarify binary file size in README (#215) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34e03e22..f1f10dc3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Lune provides fully asynchronous APIs wherever possible, and is built in Rust ## Features - 🌙 Strictly minimal but powerful interface that is easy to read and remember, just like Luau itself -- 🧰 Fully featured APIs for the filesystem, networking, stdio, all included in the small (~5mb) executable +- 🧰 Fully featured APIs for the filesystem, networking, stdio, all included in the small (~5mb zipped) executable - 📚 World-class documentation, on the web _or_ directly in your editor, no network connection necessary - 🏡 Familiar runtime environment for Roblox developers, with an included 1-to-1 task scheduler port - ✏️ Optional built-in library for manipulating Roblox place & model files, and their instances From 6b38a21454be4bafa65ca09b275cc17f9f5b72d5 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 20 Jun 2024 18:57:42 +0530 Subject: [PATCH 2/2] Remove lua overriding in gitattributes (#212) --- .gitattributes | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 3efb2731..3cb3e3eb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,5 @@ * text=auto -# Temporarily highlight luau as normal lua files -# until we get native linguist support for Luau -*.luau linguist-language=Lua - # Ensure all lua files use LF *.lua eol=lf *.luau eol=lf