diff --git a/.gitattributes b/.gitattributes index 3efb273..3cb3e3e 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 diff --git a/README.md b/README.md index 34e03e2..f1f10dc 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