diff --git a/api/file-types.mdx b/api/file-types.mdx index 04a29df..8fde934 100644 --- a/api/file-types.mdx +++ b/api/file-types.mdx @@ -20,6 +20,7 @@ Argon supports various file types, here is how they are transformed into Roblox | [JSON Model](#json-model) | `*.model.json` | | [JSON Module](#json-module) | `*.json` | | [TOML Module](#toml-module) | `*.toml` | +| [MessagePack Module](#messagepack-module) | `*.msgpack` | | [Plain Text](#plain-text) | `*.txt` | | [Localization Table](#localization-table) | `*.csv` | | [Project](#project) | `*.project.json` | diff --git a/docs/intro.mdx b/docs/intro.mdx index 86177fe..3bc6a4d 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -26,7 +26,7 @@ Dive into the world of fast coding with many helpful extensions and exciting the Make your code better and prettier with this awesome community created tools: -- [Luau LSP](https://github.com/JohnnyMorganz/luau-lsp) - write code faster with smart competition +- [Luau LSP](https://github.com/JohnnyMorganz/luau-lsp) - write code faster with smart completion - [StyLua](https://github.com/JohnnyMorganz/StyLua) - write consistent and beautiful code with ease - [selene](https://kampfkarren.github.io/selene/) - statically analyze your code to find potential problems - [Wally](https://wally.run/) - easy and intuitive package manager for Roblox