Skip to content

Commit

Permalink
Merge pull request #601 from StarkZhidian/p/hiro/add_TextMateLanguage…
Browse files Browse the repository at this point in the history
…_getLanguageConfiguration_api

--feature=Add TextMateLanguage#getLanguageConfiguration api
  • Loading branch information
Rosemoe authored Jul 25, 2024
2 parents 43e1706 + 578ba07 commit 72a267c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@ public TextMateNewlineHandler getNewlineHandler() {
return newlineHandler;
}

public LanguageConfiguration getLanguageConfiguration() {
return languageConfiguration;
}

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

0 comments on commit 72a267c

Please sign in to comment.