Skip to content

Commit

Permalink
--feature=Add TextMateLanguage#getLanguageConfiguration api
Browse files Browse the repository at this point in the history
  • Loading branch information
StarkZhidian committed Jul 25, 2024
1 parent 3fc0aab commit 578ba07
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@ public TextMateNewlineHandler getNewlineHandler() {
return newlineHandler;
}

public LanguageConfiguration getLanguageConfiguration() {
return languageConfiguration;
}

@Override
public TextMateSymbolPairMatch getSymbolPairs() {
return symbolPairMatch;
Expand Down

0 comments on commit 578ba07

Please sign in to comment.