Austin Rude
Austin Rude
This seems to have cleaned things up a little even in the Github diff:  Maybe it's specific to how they do things, but it seems like a good sign
I wish I had seen this, I fumbled through making the regex myself. This is a really nice change though, it's very helpful. Another good one: ` "syntax": "Packages/Zig Language/Syntaxes/Zig.tmLanguage"`...
It looks like it used to have "file_regex" but it was replaced: https://github.com/ziglang/sublime-zig-language/commit/815cffad5168833977c216925ea4b9d8a52ddbef#diff-842da002f0f59f63191c5af5fdc660929b936434bcebbf41d587a9f07dfda017L5 The changes seem based on the Sublime Documentation from here: https://www.sublimetext.com/docs/build_systems.html That page is the only place...
I'm really excited to see an issue like this. I'd love to get more info from @nathankot on what can be done to improve performance. From what I've read it...
Sorry I didn't use a feature branch for this. If you'd rather I close this and create a new PR using one I can.
Hi, I wanted to chime in that I'm having performance issues with XZ decompression too. My test file is the 0.7.1 macOS release on https://ziglang.org/download/. In a release build it...
@tsolomko Thank you so much for the explanation, I learned a lot and you gave me some things to think about in my own projects. And I look forward to...
Just to add another method to get the dependency: 1. Clone the `MakeXcodeGr8Again` repository 2. `cd` to the repository directory 3. run `git submodule init` 4. run `git submodule update`
> I just tried Xcode 13b1 with Vim key bindings that is great for basic vim keybindings! > As @qiudaomao says, still missing many feature such as recording, visual line...
Just gave Xcode 13.0 beta 2 a whirl and I don't see any changes to their Vim Keybindings. The following are still missing: - Visual line mode (`shift` + `v`)...