From 4d343bda4e74fd9afc49ae89f499b25f8463ec9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Alzate=20S=C3=A1nchez?= Date: Sun, 6 Oct 2024 14:16:43 -0500 Subject: [PATCH 1/3] TL;DR: Added Zed (IDE Section) Lately Sublime had left me in the dark (Constant freezes and high cpu usage) so this is the latest editor I've used. It is called Zed It's pretty good and the language server features are insane powerful! --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 47f42f8..0e90212 100644 --- a/README.md +++ b/README.md @@ -391,6 +391,8 @@ A categorized community-driven collection of high-quality, awesome [LÖVE](http: * [love-ide](https://github.com/rameshvarun/love-ide) - Auto-installs several utilities for writing Love2D games in Pulsar. * [language-lua](https://github.com/FireZenk/language-lua) - Add syntax highlighting and snippets to lua files. * [atom-autocomplete-lua](https://github.com/dapetcu21/atom-autocomplete-lua) - Autocomplete for Lua. +* [Zed](https://zed.dev) - Zed is a next-generation code editor designed for high-performance written in rust. + ## Distribution *Tools that automate game publishing in one way or another* From 34ad7f19895929c19a391efc06d0714f8540c36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Alzate=20S=C3=A1nchez?= Date: Sat, 12 Oct 2024 13:06:39 -0500 Subject: [PATCH 2/3] added love2z --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d4f08c..f1b178d 100644 --- a/README.md +++ b/README.md @@ -412,6 +412,7 @@ A categorized community-driven collection of high-quality, awesome [LÖVE](http: * [language-lua](https://github.com/FireZenk/language-lua) - Add syntax highlighting and snippets to lua files. * [atom-autocomplete-lua](https://github.com/dapetcu21/atom-autocomplete-lua) - Autocomplete for Lua. * [Zed](https://zed.dev) - Zed is a next-generation code editor designed for high-performance written in rust. + * [love2z](https://github.com/alejandro-alzate/love2z) - Beta typing hints for Zed. ## Distribution From 412d1452050dd86aaff11be649e5205143001798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Alzate=20S=C3=A1nchez?= Date: Sat, 12 Oct 2024 13:14:00 -0500 Subject: [PATCH 3/3] Added luacats love2d hints, making distiction with love2z --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1b178d..0a618de 100644 --- a/README.md +++ b/README.md @@ -412,7 +412,8 @@ A categorized community-driven collection of high-quality, awesome [LÖVE](http: * [language-lua](https://github.com/FireZenk/language-lua) - Add syntax highlighting and snippets to lua files. * [atom-autocomplete-lua](https://github.com/dapetcu21/atom-autocomplete-lua) - Autocomplete for Lua. * [Zed](https://zed.dev) - Zed is a next-generation code editor designed for high-performance written in rust. - * [love2z](https://github.com/alejandro-alzate/love2z) - Beta typing hints for Zed. + * [love2z](https://github.com/alejandro-alzate/love2z) - Alejandro's Beta typing hints for Zed. + * [love2d](https://github.com/LuaCATS/love2d) - LuaCATS typing hints for the lua language server. ## Distribution