From 820b25f05e4f4ed16be505b9e397127bff9fc00b Mon Sep 17 00:00:00 2001 From: Dervex Date: Wed, 8 May 2024 23:40:32 +0200 Subject: [PATCH] Add MsgPack to the overview table, fix typo. --- api/file-types.mdx | 1 + docs/intro.mdx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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