-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build system missing file regex #59
Comments
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: |
It looks like it used to have "file_regex" but it was replaced: 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 can find a reference to |
which version of sublime text are you using? in previous versions of sublime text they were called the newer result versions should also enable inline errors via phantoms, are they not showing up for you? and lastly, for what type of builds is it not working for? on zig version |
if possible could you open the console run |
If you add this after the
"selector": "source.zig",
line, Sublime 4 is capable of parsing each of the errors and jumping to the line containing it:The text was updated successfully, but these errors were encountered: