From 534ab2ba4955a4d3be1afcc1bd14aa9b1f54fdfe Mon Sep 17 00:00:00 2001 From: Legendary Redfox Date: Mon, 3 Jun 2024 07:29:06 -0300 Subject: [PATCH 1/3] added pulsar --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5b00b47..f4a4fcc 100644 --- a/readme.md +++ b/readme.md @@ -98,6 +98,7 @@ Note: From LuaJIT to Lua to lua.vm.js to Moonshine, a basic benchmark sees perfo - [BabeLua](https://archive.codeplex.com/?p=babelua) - Lua editor/debugger extension for VS2012-13 with highlighting, auto-completion, linting, and formatting capabilities. - [lua-mode](https://github.com/immerrr/lua-mode) - Emacs major mode for editing Lua. - [vscode-lua](https://github.com/trixnz/vscode-lua) - VSCode intellisense and linting. +- [Pulsar](https://pulsar-edit.dev/) - A Community-led, hackable text editor. ### Utility Belts From c04c0473807aa6d89da1b7ac8e50ede03c2f2a5d Mon Sep 17 00:00:00 2001 From: Legendary Redfox Date: Tue, 4 Jun 2024 07:28:18 -0300 Subject: [PATCH 2/3] adding pulsar packages for lua development --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index f4a4fcc..1c4461b 100644 --- a/readme.md +++ b/readme.md @@ -99,6 +99,10 @@ Note: From LuaJIT to Lua to lua.vm.js to Moonshine, a basic benchmark sees perfo - [lua-mode](https://github.com/immerrr/lua-mode) - Emacs major mode for editing Lua. - [vscode-lua](https://github.com/trixnz/vscode-lua) - VSCode intellisense and linting. - [Pulsar](https://pulsar-edit.dev/) - A Community-led, hackable text editor. + - [atom-autocomplete-lua](https://github.com/dapetcu21/atom-autocomplete-lua) - Autocomplete for Lua + - [language-lua](https://github.com/FireZenk/language-lua) - Add syntax highlighting and snippets to .lua files + - [love-ide](https://github.com/rameshvarun/love-ide) - Auto-installs several utilities for writing Love2D games in Pulsar + - [autocomplete-love](https://github.com/rameshvarun/autocomplete-love) - Auto-complete and snippets for LÖVE ### Utility Belts From a6fbbbb1f7d6040bfe663d91874b73ceb631f24e Mon Sep 17 00:00:00 2001 From: Legendary Redfox Date: Tue, 4 Jun 2024 07:35:49 -0300 Subject: [PATCH 3/3] correcting typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1c4461b..0751522 100644 --- a/readme.md +++ b/readme.md @@ -101,7 +101,7 @@ Note: From LuaJIT to Lua to lua.vm.js to Moonshine, a basic benchmark sees perfo - [Pulsar](https://pulsar-edit.dev/) - A Community-led, hackable text editor. - [atom-autocomplete-lua](https://github.com/dapetcu21/atom-autocomplete-lua) - Autocomplete for Lua - [language-lua](https://github.com/FireZenk/language-lua) - Add syntax highlighting and snippets to .lua files - - [love-ide](https://github.com/rameshvarun/love-ide) - Auto-installs several utilities for writing Love2D games in Pulsar + - [love-ide](https://github.com/rameshvarun/love-ide) - Auto-installs several utilities for writing LÖVE games in Pulsar - [autocomplete-love](https://github.com/rameshvarun/autocomplete-love) - Auto-complete and snippets for LÖVE