You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a pattern in the grammars repository includes a pattern from another grammar, and a pattern includes that pattern, the other grammar's pattern is not applied.
In the reference repository, grammarA has the pattern #test2 that matches some test pattern. grammarB has the pattern #test2 that includes source.test#test2 (grammarA's pattern). When grammarB includes #test2 (from #test), the grammar does not match some_test_pattern.
The text was updated successfully, but these errors were encountered:
alexdima
added
bug
Issue identified by VS Code Team member as probable bug
and removed
info-needed
Issue requires more information from poster
labels
Aug 16, 2019
Reference repository: https://github.com/matter123/vscode-textmate-include-nested
If a pattern in the grammars repository includes a pattern from another grammar, and a pattern includes that pattern, the other grammar's pattern is not applied.
In the reference repository,
grammarA
has the pattern#test2
that matchessome test pattern
.grammarB
has the pattern#test2
that includessource.test#test2
(grammarA's pattern). WhengrammarB
includes#test2
(from#test
), the grammar does not matchsome_test_pattern
.The text was updated successfully, but these errors were encountered: