Get unbalanced braces recovery tokens via PythonDialectsTokenSetProvider

This commit is contained in:
Andrey Vlasovskikh
2013-08-28 20:29:05 +04:00
parent 771dae3da8
commit 8fec120fa4
6 changed files with 32 additions and 11 deletions
@@ -15,4 +15,5 @@ public interface PythonDialectsTokenSetContributor {
TokenSet getKeywordTokens();
TokenSet getParameterTokens();
TokenSet getFunctionDeclarationTokens();
TokenSet getUnbalancedBracesRecoveryTokens();
}