From ffa9b01ebe45cfdcef15675ca30fae32f8673093 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 27 Jan 2021 23:55:14 +0800 Subject: New search syntax highlighting, small changes to dark theme, bump to 5.9.0 Signed-off-by: shedaniel --- src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') 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", -- cgit