[textmate] fix visibility scope of parsing node

GitOrigin-RevId: e29359b50edd16302345713d2bcb95b187c520e9
This commit is contained in:
Alexander Zolotov
2023-08-01 18:41:48 +02:00
committed by intellij-monorepo-bot
parent 2650f566a1
commit 7f3e9666c6

View File

@@ -137,7 +137,7 @@ public class TextMateSelectorParser {
return myIndex >= myTokens.size();
}
interface Node {
public interface Node {
TextMateWeigh weigh(@NotNull TextMateScope scope);
}