Jefferson González
Jefferson González
I gave more thought to the language items and for the moment moving language plugins to their own repo (while more clean and permit room for better language plugins) would...
> settings ui spec? Basically document these entries https://github.com/pragtical/pragtical/blob/master/data/plugins/ipc.lua#L27-L48 that generate the settings ui controls. Which is somehow documented here https://github.com/pragtical/pragtical/blob/master/data/plugins/settings.lua#L73-L111
> tree-sitter supports a [wide range of languages](https://tree-sitter.github.io/tree-sitter/#parsers), I'm not sure why Evergreen only supports a handful of them. They had to port various nvim treesitter highlight [queries](https://github.com/TorchedSammy/Evergreen.lxl/tree/master/queries) and adapt...
> but where do you plan to put them? Maybe some section on the website documentation?
> Correct me if I'm wrong, but wouldn't implementing tree-sitter be more viable long-term instead of implementing a syntax highlighting plugin for every language? I know there was a plugin...
> Hi @jgmdev, thanks for your hardwork on maintaining Pragtical. Currently, it is my daily driver and it has been enjoyable to use and fiddle. That is good to hear!...
@juliardi and @k8ieone I added both of you to the [contributors section](https://pragtical.dev/docs/contributors) of the web page. Also added some graphs for main repositories that show the profile pictures of contributors...
> Are there any plans to expand the events/hooks to the core? Specifically around session loading/saving There was some discussion about this on lite-xl about sessions and views but nothing...
> I was thinking something like > > ```lua > local events = require "core.events" > > -- Registers an event and function string > function events.register(, , [PRIORITY =...
> The interface for CLI looks fine to me. If possible it would be good to implement both the procedural and OO interfaces. I implemented the CLI API on https://github.com/pragtical/pragtical/pull/28,...