-
Notifications
You must be signed in to change notification settings - Fork 332
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 exec command - syntax key #207
Comments
Oh, that's news to me. I didn't know Not sure where I would mention this though. If we had a proper and linked API documentation, I'd link to the underlying API instead for the details, but we don't have that atm. For now, I think this information is negligible. |
yeah, looks like an ST3 bug to me, but it is a non-issue when dealing with output panels (i.e. build results) because only the syntax of the view shows up in the status bar, not the syntax of the panel.
That would indeed be awesome :)
fair enough :) I do think however, that finding, from the documentation, that it is possible to assign a syntax to the build results, isn't easy enough though. but I guess that is a separate issue ;) but yes, after further investigation, I agree - in it's current state, I don't think it's worth documenting the "scope:" ability of |
Hi,
Sorry for all the issues, especially if you are tracking your "todo" list elsewhere and I'm potentially duplicating things, but I want to make sure everything is covered ;)
At http://docs.sublimetext.info/en/latest/reference/build_systems/exec.html, it mentions the
syntax
key, with the textOptional. If provided, it will be used to colorize the build system’s output.
I think it would be useful to mention that it accepts values like
scope:source.js
as well as a path to the syntax definition filePackages/JavaScript/JSON.sublime-syntax
, and its default as per https://forum.sublimetext.com/t/new-build-system-syntax-option/14953/2Thanks :)
The text was updated successfully, but these errors were encountered: