Logan Wemyss

Results 26 comments of Logan Wemyss

I'm said friend. Just created the pull request. I tested it with another friend it works with their Chrome.

if it at all helps the same thing happened to me. Here's my files [Original](https://raw.githubusercontent.com/VixieTSQ/cordfuck/main/assets/rss.svg) [Broken](https://raw.githubusercontent.com/VixieTSQ/cordfuck/722557821724bf7529a08ca54616140b31d06a76/assets/rss.svg) for temporary fix you can just add: ` "ignoredfiles": [ "*.svg" ] ` to...

this is ridiculous. Python 2 is dead

Could you also bump the version of tree-sitter to `0.20` in the Rust binding's Cargo.toml?

> I updated tree-sitter and did a rebuild. @314eter The rust binding still depends on tree-sitter 0.19 in cargo.toml.

The current swift grammar linked is abandoned. Update it with this one: https://github.com/alex-pinkus/tree-sitter-swift now waiting on this pr for upstream: https://github.com/alex-pinkus/tree-sitter-swift/pull/194

I've just made prs to a lot of these. Here you are! We're waiting on: [Verilog](https://github.com/tree-sitter/tree-sitter-verilog/pull/56) ~~[Swift](https://github.com/alex-pinkus/tree-sitter-swift) can be implemented right now! Is up to date and highlights exposed. You...

@ghishadow ~~list updated~~ that one doesn't have it's bindings generated. I'll send a PR. But it also doesn't have a highlights file...

https://github.com/lapce/lapce/pull/636 has been merged! go ahead and check those langs off, @Tiggilyboo

~~I could be wrong but I believe the only unsafe code is the FFI in the tree-sitter crates we depend on. They only really wrap around some C code. If...