diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-01-27 23:55:14 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-01-30 14:25:22 +0800 |
| commit | ffa9b01ebe45cfdcef15675ca30fae32f8673093 (patch) | |
| tree | 8830f79424b1e06c48163e41d879dc79540d52a9 /src | |
| parent | fa95691f3cbe46fe4d8e03c0477634e602fb400b (diff) | |
| download | RoughlyEnoughItems-ffa9b01ebe45cfdcef15675ca30fae32f8673093.tar.gz RoughlyEnoughItems-ffa9b01ebe45cfdcef15675ca30fae32f8673093.tar.bz2 RoughlyEnoughItems-ffa9b01ebe45cfdcef15675ca30fae32f8673093.zip | |
New search syntax highlighting, small changes to dark theme, bump to 5.9.0
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 43ecda650..425b62c86 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -210,6 +210,12 @@ "config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Paginated", "config.roughlyenoughitems.horizontalEntriesBoundaries": "Horizontal Entries Boundaries:", "config.roughlyenoughitems.verticalEntriesBoundaries": "Vertical Entries Boundaries:", + "config.roughlyenoughitems.syntaxHighlightingMode": "Syntax Highlighting Mode:", + "config.roughlyenoughitems.syntaxHighlightingMode.config": "%s", + "config.roughlyenoughitems.syntaxHighlightingMode.plain": "Plain", + "config.roughlyenoughitems.syntaxHighlightingMode.plain_underscored": "Plain (Underscored)", + "config.roughlyenoughitems.syntaxHighlightingMode.colorful": "Colorful", + "config.roughlyenoughitems.syntaxHighlightingMode.colorful_underscored": "Colorful (Underscored)", "config.roughlyenoughitems.filteringScreen": "Customized Filtering", "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules", "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule", |
