mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-03-24 23:30:28 -05:00
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:
@@ -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";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user