Uh oh!
There was an error while loading. Please reload this page.
update match for textmate grammar for underscore prefixed elements - #6317
Closed
bnjjj wants to merge 1 commit into
Closed
update match for textmate grammar for underscore prefixed elements #6317bnjjj wants to merge 1 commit into
bnjjj wants to merge 1 commit into
Conversation
…st-lang#6311 Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
lnicola
commented
Oct 22, 2020
Member
lnicola
commented
Oct 22, 2020
Member
Ah, never mind, I just noticed #6320. |
borsBot
added a commit
that referenced
this pull request
Oct 22, 2020
6320: Textmate grammar: prevent line comments from breaking block comments (closes#6281) r=matklad a=dustypomerleau Fixes#6281. Previously, line comments were able to break block comments by essentially commenting out the closing `*/`, resulting in a never-ending comment. This PR splits block comments into a separate repository group to fix this problem. Since the comment scopes also include ignored parameters and inferred types, I've added the change proposed by @bnjjj in #6317, in order to close#6311 as well. 6321: Fix opening module documentation opening parent documentation instead r=matklad a=zacps The whole path/URL joining code is kind of ugly which is what led to this, but at the same time I don't really want to rewrite it right now... Fixes#6286 Co-authored-by: Dusty Pomerleau <dustypomerleau@users.noreply.github.com> Co-authored-by: Zac Pullar-Strecker <zacmps@gmail.com>
lnicola
commented
Oct 22, 2020
Member
Subsumed by #6320. |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close#6311
Do not consider function or macro prefixed by _ as an unused function/macro