Skip to content

Commit

Permalink
Add MsgPack to the overview table, fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
DervexDev committed May 8, 2024
1 parent 5d40a16 commit 820b25f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/file-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 820b25f

Please sign in to comment.