From 33fdff5f4d7fca46afe60c8dad0275e5d637a8a7 Mon Sep 17 00:00:00 2001 From: qwerty287 Date: Mon, 14 Feb 2022 07:09:55 +0100 Subject: [PATCH] Fix INI highlighting (#1037) My fork has native support for INI files (https://codeberg.org/qwerty287/Prism4j/commit/5ad2176c5f128f9367021f8ccf5971206d566607). Co-authored-by: qwerty287 Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1037 Reviewed-by: M M Arif Co-authored-by: qwerty287 Co-committed-by: qwerty287 --- app/src/main/java/org/mian/gitnex/core/MainGrammarLocator.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/org/mian/gitnex/core/MainGrammarLocator.java b/app/src/main/java/org/mian/gitnex/core/MainGrammarLocator.java index fe9cc419..52c8b149 100644 --- a/app/src/main/java/org/mian/gitnex/core/MainGrammarLocator.java +++ b/app/src/main/java/org/mian/gitnex/core/MainGrammarLocator.java @@ -96,7 +96,6 @@ public class MainGrammarLocator implements GrammarLocator { case "yaml": case "yml": case "properties": // This extension doesn't correspond to YAML, but it's the next best option - case "ini": // This extension doesn't correspond to YAML, but it's the next best option return "yaml"; }