Jefferson González
Jefferson González
I just noticed this one: ```sh sed -i 's|"Timestamp"), 1ul)|"Timestamp"), 1ull)|' \ libstuff/STCPNode.cpp ``` Is only needed on arm (at leat armv7h in my case), in x64 it should compile...
For reference I wrote the following files for the archlinux package which may serve as some kind of example: /etc/bedrock.conf https://aur.archlinux.org/cgit/aur.git/tree/bedrock.conf?h=bedrock /usr/lib/systemd/system/bedrock.service https://aur.archlinux.org/cgit/aur.git/tree/bedrock.service?h=bedrock
The thing is that lite-xl actually supports duplicated bindings for every command, what determines which command takes precedence after pressing a keybinding is the predicate associated to the command. Maybe...
For reference I'm leaving this here as the approach taken on pragtical https://github.com/pragtical/pragtical/pull/28 the API is documented on the PR using lua doc comments with some basic usage example provided....
now darken colors look more vivid: Before:  After: 
Added support for custom language plugin symbol fields as requested by Guldoman, fields like `keyword.my.custom` will now work thanks to a metatable assigned to style.syntax that does the color fallbacks...
> how does this look in a light theme? Github scheme:  Moe scheme: 
> Hello, is there any update on this PR? Just in case, this change is already part of [pragtical](https://github.com/pragtical/pragtical) with some other related changes and fixes.
Could you provide some steps/project/configuration to reproduce?
Ok, after some sleep properly read what you described, pushed a change that "should" fix the problem, let me know if it fixes it on your testing or if I...