Juhan
Juhan
> Depends on preference, in American english it's cesium. But it is again written caesium in the summary (which was added from Wikipedia)
I am not that experienced in rust. But i did some research. I think we could add the android target to `target` and `include` property of `release.yaml`  For reference...
I tried but couldn't make it work https://github.com/Juhan280/gleam/actions
Termux now provides gleam. This issue can be closed now 
Provide more information, I am not sure what you are talking about.
I think I have added them all. Anyone willing to test it? ``` npm i Juhan280/Gamecord ```
Check out #16
Try this ```lua ["]s"] = { query = "@local.scope", query_group = "locals", desc = "Next scope" }, ```
This happens because for statement, if statement, while statement, function definition, etc are also defined to make their own scope in https://github.com/nvim-treesitter/nvim-treesitter/blob/4770d9a1a77b0cc2b723c646c3dbe43a9133e5db/queries/c/locals.scm#L58-L67 The work around is to copy that file...
This is not how it works. That file is generated from [lua/tokyonight/extra/lua.lua](https://github.com/folke/tokyonight.nvim/blob/main/lua/tokyonight/extra/lua.lua) Read https://github.com/folke/tokyonight.nvim#-contributing