Clay

Results 19 comments of Clay

@JonathanReeve Take a look at your floating window exceptions, under "System Exceptions" it has Zoom disabled by default. You can enable tiling from there is you are ok with how...

Hey all, I've been busy the past few days and now am catching up on this thread :) > To support code navigation for I think we would parse Mod.fun...

@josevalim My PR migrating Neovim to the new parser is open for full review now https://github.com/nvim-treesitter/nvim-treesitter/pull/1904 🚀

@josevalim For Elixir, I think we are ready to ask GitHub to switch over. @jonatanklosko I'm curious to hear what you think. For Surface and HEEx, I have a couple...

> as for HEEx the only thing that I'm unsure about is how to parse , if we want to use injection we need to parse "tag" into it's own...

@josevalim Exciting! To clarify, is GitHub now using tree-sitter-elixir and tree-sitter-heex, or just tree-sitter-elixir? I'll get ready to move tree-sitter-heex to the Phoenix organization 😄

@josevalim No you are correct, I still need to port the highlight queries from nvim-treesitter to tree-sitter-heex and tree-sitter-surface before we can integrate them with GitHub. Thanks!

@josevalim @jonatanklosko Thanks to the efforts of @the-mikedavis , we now have [highlight queries](https://github.com/connorlay/tree-sitter-heex/blob/main/queries/highlights.scm) for tree-sitter-heex! Is this ready to send to GitHub?

Revisiting this thread, do folks think it would be worth moving forward with adding `tree-sitter-heex` injections despite https://github.com/elixir-lang/tree-sitter-elixir/issues/24 reported as a known issue? I'm asking because today there is no...