Rename OnEnterRule.oneLineAboveText to previousLineText after API call feedback (#58440)

This commit is contained in:
Alexandru Dima
2021-01-20 17:30:48 +01:00
parent 38c051bf86
commit ec1eda0d96
13 changed files with 31 additions and 31 deletions

View File

@@ -335,7 +335,7 @@ export interface IIndentationRuleDto {
export interface IOnEnterRuleDto {
beforeText: IRegExpDto;
afterText?: IRegExpDto;
oneLineAboveText?: IRegExpDto;
previousLineText?: IRegExpDto;
action: EnterAction;
}
export interface ILanguageConfigurationDto {