Results 25 comments of 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` ![Screenshot_20240420-230047_Termux](https://github.com/gleam-lang/gleam/assets/92646057/00a2bcf7-7564-4a6c-9f5b-6c7676424bcf) 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 ![Screenshot_20240725-003948_Termux](https://github.com/user-attachments/assets/1e736542-6926-49cc-8090-160f87e15079)

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 ```

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