mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
[textmate] fix visibility scope of parsing node
GitOrigin-RevId: e29359b50edd16302345713d2bcb95b187c520e9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2650f566a1
commit
7f3e9666c6
@@ -137,7 +137,7 @@ public class TextMateSelectorParser {
|
||||
return myIndex >= myTokens.size();
|
||||
}
|
||||
|
||||
interface Node {
|
||||
public interface Node {
|
||||
TextMateWeigh weigh(@NotNull TextMateScope scope);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user