-
Notifications
You must be signed in to change notification settings - Fork 116
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
Absolute rule reference use local scope #173
Comments
I'm cant seem to picture what you're trying to explain I think we can agree that But if
|
This is the failing test case (marked as skipped): vscode-textmate/src/tests/grammar.test.ts Lines 108 to 142 in e8d1fc5
|
I think this line:
vscode-textmate/src/grammar.ts
Line 147 in 9157c7f
should rather be this:
Also, this line:
vscode-textmate/src/grammar.ts
Line 149 in 9157c7f
should be this:
Let's say
source.md
embedssource.css
and a rule insource.css
referencessource.md#link
.Then with the logic in main, a rule in
source.css
referencingsource.md#link
would look uplink
in its local repository (first repositories of this rule or parent rules, then the repository ofsource.css
), but not in the repository ofsource.md
.The text was updated successfully, but these errors were encountered: