From f5b59076cece9e95e76158b17b64fec27616b68b Mon Sep 17 00:00:00 2001 From: shedaniel Date: Tue, 5 Jan 2021 12:47:39 +0800 Subject: Configs for syntax highlighting 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 828b6248e..dc786d240 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -212,6 +212,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