Fix INI highlighting (#1037)

My fork has native support for INI files (5ad2176c5f).

Co-authored-by: qwerty287 <ndev@web.de>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1037
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org>
Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org>
This commit is contained in:
qwerty287 2022-02-14 07:09:55 +01:00 committed by M M Arif
parent 00efc968b9
commit 33fdff5f4d
1 changed files with 0 additions and 1 deletions

View File

@ -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";
}